]> git.saurik.com Git - wxWidgets.git/commitdiff
Somehow wxWizard lost the 'virtual' keyword for DoCreateControls
authorJulian Smart <julian@anthemion.co.uk>
Fri, 12 Jul 2002 14:43:58 +0000 (14:43 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 12 Jul 2002 14:43:58 +0000 (14:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/wizard.h

index 6c9b35b860de461da9c46643598b67c4871f994d..99c2710a25989a67a76e8ab287cf3fe29f0505d5 100644 (file)
@@ -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?