]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/NSApplication.h
check for wxUSE_TIMER in headers, not the files including them
[wxWidgets.git] / include / wx / cocoa / NSApplication.h
index 6ce223f48e6dfdc5c41eae8c26de69bc98ead0c6..d1fc4c6677c5c9103fc30003ac19737e67117ff7 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_COCOA_NSAPPLICATION_H__
 #define _WX_COCOA_NSAPPLICATION_H__
 
+#include "wx/cocoa/objc/objc_uniquifying.h"
+
 // ========================================================================
 // wxNSApplicationDelegate
 // ========================================================================
@@ -32,6 +34,7 @@
 // Delegate methods
 - (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)theApplication;
 @end // interface wxNSApplicationDelegate : NSObject
+WX_DECLARE_GET_OBJC_CLASS(wxNSApplicationDelegate,NSObject)
 
 // ========================================================================
 // wxNSApplicationObserver
@@ -60,5 +63,6 @@
 // Other notifications
 - (void)controlTintChanged:(NSNotification *)notification;
 @end // interface wxNSApplicationObserver : NSObject
+WX_DECLARE_GET_OBJC_CLASS(wxNSApplicationObserver,NSObject)
 
 #endif //ndef _WX_COCOA_NSAPPLICATION_H__