From aacb1b80183355cdc8bf813002a06d70f2d4f535 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 12 Jul 2002 14:43:58 +0000 Subject: [PATCH] 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 --- include/wx/generic/wizard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?