]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/NSTableDataSource.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / cocoa / NSTableDataSource.h
index c9c687fe1ecb2b213b20d5c8a6a6f8d93caaeef6..39e96a8343a7eeafe8224718f98ca9bd62ec1492 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      David Elliott
 // Modified by:
 // Created:     2003/08/05
 // Author:      David Elliott
 // Modified by:
 // Created:     2003/08/05
-// RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) 2003 David Elliott
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -12,6 +11,8 @@
 #ifndef __WX_COCOA_NSTABLEDATASOURCE_H__
 #define __WX_COCOA_NSTABLEDATASOURCE_H__
 
 #ifndef __WX_COCOA_NSTABLEDATASOURCE_H__
 #define __WX_COCOA_NSTABLEDATASOURCE_H__
 
+#include "wx/cocoa/objc/objc_uniquifying.h"
+
 #import <Foundation/NSObject.h>
 
 // ============================================================================
 #import <Foundation/NSObject.h>
 
 // ============================================================================
@@ -28,5 +29,6 @@
     objectValueForTableColumn: (NSTableColumn *)tableColumn
     row: (int)rowIndex;
 @end // wxCocoaNSTableDataSource
     objectValueForTableColumn: (NSTableColumn *)tableColumn
     row: (int)rowIndex;
 @end // wxCocoaNSTableDataSource
+WX_DECLARE_GET_OBJC_CLASS(wxCocoaNSTableDataSource,NSObject)
 
 #endif // _WX_COCOA_NSTABLEDATASOURCE_H_
 
 #endif // _WX_COCOA_NSTABLEDATASOURCE_H_