projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Enable variadic macros for VC9 and later.
[wxWidgets.git]
/
include
/
wx
/
cocoa
/
NSTableDataSource.h
diff --git
a/include/wx/cocoa/NSTableDataSource.h
b/include/wx/cocoa/NSTableDataSource.h
index c9c687fe1ecb2b213b20d5c8a6a6f8d93caaeef6..754b859197b15e32b04e83e2319be44461346ea8 100644
(file)
--- a/
include/wx/cocoa/NSTableDataSource.h
+++ b/
include/wx/cocoa/NSTableDataSource.h
@@
-12,6
+12,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
+30,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_