fix m_sizerPage memory leak for the wizards not using sizers (replaces patch 1708331, fixes bug 1647290)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-30 19:43:28 +00:00
parent 97b253782a
commit 781130bf60
3 changed files with 11 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ public:
const wxPoint& pos = wxDefaultPosition,
long style = wxDEFAULT_DIALOG_STYLE);
void Init();
virtual ~wxWizard();
// implement base class pure virtuals
virtual bool RunWizard(wxWizardPage *firstPage);