X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/584ad2a32fec156c6049145d7ece9a33213aea28..c5602b4a8d5c6d0208b21859f9081aa51bea908a:/include/wx/cocoa/listbox.h diff --git a/include/wx/cocoa/listbox.h b/include/wx/cocoa/listbox.h index 94f6ea0897..2de3f9f901 100644 --- a/include/wx/cocoa/listbox.h +++ b/include/wx/cocoa/listbox.h @@ -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