]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/wizard.h
Commited John Labenski's patch giving access to the low level selection
[wxWidgets.git] / include / wx / generic / wizard.h
index 6c9b35b860de461da9c46643598b67c4871f994d..68362e06ec8a499d6ca07c5939f55d26bccd5d35 100644 (file)
@@ -13,7 +13,7 @@
 // wxWizard
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "wizardg.h"
 #endif
 
@@ -62,7 +62,7 @@ public:
 
     // do fill the dialog with controls
     // this is app-overridable to, for example, set help and tooltip text
-    void DoCreateControls();
+    virtual void DoCreateControls();
 
 private:
     // was the dialog really created?