X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca65c0440a7163e4e37e48b1c4329709d722db47..259c43f679ca655362b5a439e11c87fc0666d663:/include/wx/generic/wizard.h diff --git a/include/wx/generic/wizard.h b/include/wx/generic/wizard.h index e5db3aa0e0..a353cd0418 100644 --- a/include/wx/generic/wizard.h +++ b/include/wx/generic/wizard.h @@ -13,10 +13,6 @@ // wxWizard // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "wizardg.h" -#endif - class WXDLLEXPORT wxButton; class WXDLLEXPORT wxStaticBitmap; class WXDLLIMPEXP_ADV wxWizardEvent; @@ -86,8 +82,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