X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e024d8690c2225ee1f50e07c2334efd928cf4b8..e4c903b2ea42fe104ef50d0ea6028f14d8309dfa:/include/wx/cocoa/NSTableDataSource.h diff --git a/include/wx/cocoa/NSTableDataSource.h b/include/wx/cocoa/NSTableDataSource.h index c9c687fe1e..754b859197 100644 --- a/include/wx/cocoa/NSTableDataSource.h +++ b/include/wx/cocoa/NSTableDataSource.h @@ -12,6 +12,8 @@ #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_