]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/NSTableView.mm
Regenerate wxstd.pot with the recently added translatable strings.
[wxWidgets.git] / src / cocoa / NSTableView.mm
index 8991fb0ebbb038c024433451fb3fd837c16de2f8..c4b19102bc788fae2a22ace86bc6890b3e2b5831 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/08/05
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
-// Licence:     wxWindows licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -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)