]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wizard.h
updates mostly for better font support and some weekly catch-up work
[wxWidgets.git] / include / wx / wizard.h
index fd47de64a88bc649ca63c12dbb997719d9ed1835..e2a578c2a3a1ec781b8c9b465f06769b61cad3f8 100644 (file)
@@ -185,7 +185,7 @@ public:
     // pages in which case it will only increase the page size if needed (this
     // may be useful if not all pages are accessible from the first one by
     // default)
-    virtual void Fit(const wxWizardPage *firstPage) = 0;
+    virtual void FitToPage(const wxWizardPage *firstPage) = 0;
 };
 
 // include the real class declaration