renamed wxWizard::Fit() to FitToPage() to avoid potential conflicts with wxWindow::Fit() (and the compiler warnings about it)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user