]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wizard.h
PyCrust updates
[wxWidgets.git] / include / wx / wizard.h
index 05c3842f1bace96f2030a005833ec637d7f5f000..77289c2d19afaa69b37640a1d114596a2d3a85f1 100644 (file)
@@ -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)