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
This commit is contained in:
Julian Smart 2002-07-12 14:43:58 +00:00
parent 42a3aedbce
commit aacb1b8018

View 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?