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:
parent
42a3aedbce
commit
aacb1b8018
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user