]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/NSTableDataSource.h
Remove wxDialog::OnSysColourChanged() documentation.
[wxWidgets.git] / include / wx / cocoa / NSTableDataSource.h
index c9c687fe1ecb2b213b20d5c8a6a6f8d93caaeef6..754b859197b15e32b04e83e2319be44461346ea8 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef __WX_COCOA_NSTABLEDATASOURCE_H__
 #define __WX_COCOA_NSTABLEDATASOURCE_H__
 
+#include "wx/cocoa/objc/objc_uniquifying.h"
+
 #import <Foundation/NSObject.h>
 
 // ============================================================================
@@ -28,5 +30,6 @@
     objectValueForTableColumn: (NSTableColumn *)tableColumn
     row: (int)rowIndex;
 @end // wxCocoaNSTableDataSource
+WX_DECLARE_GET_OBJC_CLASS(wxCocoaNSTableDataSource,NSObject)
 
 #endif // _WX_COCOA_NSTABLEDATASOURCE_H_