From: Julian Smart Date: Fri, 12 Jul 2002 14:43:58 +0000 (+0000) Subject: Somehow wxWizard lost the 'virtual' keyword for DoCreateControls X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aacb1b80183355cdc8bf813002a06d70f2d4f535 Somehow wxWizard lost the 'virtual' keyword for DoCreateControls git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/wizard.h b/include/wx/generic/wizard.h index 6c9b35b860..99c2710a25 100644 --- a/include/wx/generic/wizard.h +++ b/include/wx/generic/wizard.h @@ -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?