]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/xrc/myframe.h
disable the first top level parent, not the topmost top level parent
[wxWidgets.git] / contrib / samples / xrc / myframe.h
index c2246335b59e7dabf59b98a2f82b9691b01edc0c..a773adc30d7751a13114eea2a7197b5babec9525 100644 (file)
@@ -18,7 +18,7 @@
 // GCC interface
 //-----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "myframe.h"
 #endif
 
@@ -55,7 +55,7 @@ private:
     void OnArtProviderToolOrMenuCommand(wxCommandEvent& event);
     void OnVariableExpansionToolOrMenuCommand(wxCommandEvent& event);
 
-    // Any class wishing to process wxWindows events must use this macro
+    // Any class wishing to process wxWidgets events must use this macro
     DECLARE_EVENT_TABLE()
 
 };