X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..b04237742c51e022af8ca8fe8933437734f392a3:/include/wx/cocoa/NSTableDataSource.h diff --git a/include/wx/cocoa/NSTableDataSource.h b/include/wx/cocoa/NSTableDataSource.h index 853b6a25ab..754b859197 100644 --- a/include/wx/cocoa/NSTableDataSource.h +++ b/include/wx/cocoa/NSTableDataSource.h @@ -6,12 +6,14 @@ // Created: 2003/08/05 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_NSTABLEDATASOURCE_H__ #define __WX_COCOA_NSTABLEDATASOURCE_H__ +#include "wx/cocoa/objc/objc_uniquifying.h" + #import // ============================================================================ @@ -28,5 +30,6 @@ objectValueForTableColumn: (NSTableColumn *)tableColumn row: (int)rowIndex; @end // wxCocoaNSTableDataSource +WX_DECLARE_GET_OBJC_CLASS(wxCocoaNSTableDataSource,NSObject) #endif // _WX_COCOA_NSTABLEDATASOURCE_H_