X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f80bf901946b8b8013b98b51c2c2fd2bd195fe80..bb356c9ea78919fbc01e19c36bb925c80abb68a4:/include/wx/wizard.h diff --git a/include/wx/wizard.h b/include/wx/wizard.h index 05c3842f1b..77289c2d19 100644 --- a/include/wx/wizard.h +++ b/include/wx/wizard.h @@ -63,10 +63,10 @@ public: // cases - override this method if you want to create the bitmap to be used // dynamically or to do something even more fancy. It's ok to return // wxNullBitmap from here - the default one will be used then. - virtual wxBitmap GetBitmap() const { return m_PageBitmap; } + virtual wxBitmap GetBitmap() const { return m_bitmap; } protected: - wxBitmap m_PageBitmap; + wxBitmap m_bitmap; private: DECLARE_ABSTRACT_CLASS(wxWizardPage)