X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca65c0440a7163e4e37e48b1c4329709d722db47..978d3d3647fde4362cfe8b7b2b505ba1cc52770a:/include/wx/generic/wizard.h diff --git a/include/wx/generic/wizard.h b/include/wx/generic/wizard.h index e5db3aa0e0..e6f4f5faac 100644 --- a/include/wx/generic/wizard.h +++ b/include/wx/generic/wizard.h @@ -86,8 +86,12 @@ private: void AddBackNextPair(wxBoxSizer *buttonRow); void AddButtonRow(wxBoxSizer *mainColumn); +#if wxABI_VERSION >= 20602 +protected: +#endif void FinishLayout(); +private: wxSize GetManualPageSize() const; // the page size requested by user