]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/NSTableView.mm
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / cocoa / NSTableView.mm
index 558c1a4558d39b4e68620e8678dd6421fe798b81..c4b19102bc788fae2a22ace86bc6890b3e2b5831 100644 (file)
@@ -22,8 +22,6 @@
     #include "wx/log.h"
 #endif // WX_PRECOMP
 
-#include "wx/cocoa/ObjcPose.h"
-
 #include "wx/cocoa/NSTableDataSource.h"
 #include "wx/cocoa/NSTableView.h"
 #import <AppKit/NSTableView.h>
@@ -55,4 +53,5 @@ WX_IMPLEMENT_OBJC_INTERFACE_HASHMAP(NSTableView)
 }
 
 @end // implementation wxCocoaNSTableDataSource
+WX_IMPLEMENT_GET_OBJC_CLASS(wxCocoaNSTableDataSource,NSObject)