X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c73b439f80d84ce1a58d862835b3b8cc3fb96f5d..df7145da50005a9f512d8f3329b6ed2166e956d0:/include/wx/wizard.h 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