/////////////////////////////////////////////////////////////////////////////
-// Name: cocoa/NSTableView.mm
+// Name: src/cocoa/NSTableView.mm
// Purpose: wxCocoaNSTableView / wxCocoaNSTableDataSource
// Author: David Elliott
// Modified by:
#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>
}
@end // implementation wxCocoaNSTableDataSource
+WX_IMPLEMENT_GET_OBJC_CLASS(wxCocoaNSTableDataSource,NSObject)