]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/listbox.h
Improved support for OS/2's ancient version of "ash" - since it is about
[wxWidgets.git] / include / wx / cocoa / listbox.h
index 94f6ea0897c1ff9c1bbf514d17890133a218047a..2de3f9f9013fa7582eedf57b660644167b91f13a 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/03/16
 // RCS-ID:      $Id:
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows license
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_LISTBOX_H__
@@ -74,7 +74,7 @@ protected:
     virtual struct objc_object* CocoaDataSource_objectForTableColumn(
         WX_NSTableColumn tableColumn, int rowIndex);
     WX_NSMutableArray m_cocoaItems;
-    wxArrayPtrVoid m_clientData;
+    wxArrayPtrVoid m_itemClientData;
     struct objc_object *m_cocoaDataSource;
 // ------------------------------------------------------------------------
 // Implementation