]> git.saurik.com Git - wxWidgets.git/commitdiff
bracketing for correct builds
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 27 Jul 2013 19:15:38 +0000 (19:15 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 27 Jul 2013 19:15:38 +0000 (19:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/app.h

index e96088c7c24ac55e1b59168818cd91d8511bb62e..351a269a28e2676fbedf427ed345f4ed3ce81451 100644 (file)
@@ -141,6 +141,7 @@ public:
     virtual void         MacNewFile() ;
     // in response of a reopen-application apple event
     virtual void         MacReopenApp() ;
+#if wxOSX_USE_COCOA_OR_IPHONE
     // immediately before the native event loop launches
     virtual void         OSXOnWillFinishLaunching();
     // immediately when the native event loop starts, no events have been served yet
@@ -149,6 +150,7 @@ public:
     virtual bool         OSXOnShouldTerminate();
     // before application terminates
     virtual void         OSXOnWillTerminate();
+#endif
     
     // Hide the application windows the same as the system hide command would do it.
     void MacHideApp();