X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/065e208ec09e3d08d51d9604497f92f53c210f93..88ff049184c77fd73b60c01f4f831860d2ec5cef:/src/cocoa/NSTableView.mm?ds=sidebyside diff --git a/src/cocoa/NSTableView.mm b/src/cocoa/NSTableView.mm index 558c1a4558..1a19dc4d71 100644 --- a/src/cocoa/NSTableView.mm +++ b/src/cocoa/NSTableView.mm @@ -1,12 +1,11 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: cocoa/NSTableView.mm +// Name: src/cocoa/NSTableView.mm // Purpose: wxCocoaNSTableView / wxCocoaNSTableDataSource // Author: David Elliott // Modified by: // Created: 2003/08/05 -// RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -22,8 +21,6 @@ #include "wx/log.h" #endif // WX_PRECOMP -#include "wx/cocoa/ObjcPose.h" - #include "wx/cocoa/NSTableDataSource.h" #include "wx/cocoa/NSTableView.h" #import @@ -55,4 +52,5 @@ WX_IMPLEMENT_OBJC_INTERFACE_HASHMAP(NSTableView) } @end // implementation wxCocoaNSTableDataSource +WX_IMPLEMENT_GET_OBJC_CLASS(wxCocoaNSTableDataSource,NSObject)