X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c73b439f80d84ce1a58d862835b3b8cc3fb96f5d..0532a2588121690115f4629cdcbc41d2049e50c0:/include/wx/wizard.h?ds=inline

diff --git a/include/wx/wizard.h b/include/wx/wizard.h
index fd47de64a8..e2a578c2a3 100644
--- a/include/wx/wizard.h
+++ b/include/wx/wizard.h
@@ -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