diff --git a/include/wx/xrc/xh_propdlg.h b/include/wx/xrc/xh_propdlg.h index da9ed79d21..4b8045ba62 100644 --- a/include/wx/xrc/xh_propdlg.h +++ b/include/wx/xrc/xh_propdlg.h @@ -15,6 +15,7 @@ #if wxUSE_XRC +#if wxABI_VERSION >= 20805 class WXDLLEXPORT wxPropertySheetDialog; class WXDLLIMPEXP_XRC wxPropertySheetDialogXmlHandler : public wxXmlResourceHandler @@ -30,6 +31,7 @@ private: bool m_isInside; wxPropertySheetDialog *m_dialog; }; +#endif // wxABI_VERSION >= 20805 #endif // wxUSE_XRC diff --git a/version-script.in b/version-script.in index b4b8183014..e2063ed200 100644 --- a/version-script.in +++ b/version-script.in @@ -71,6 +71,7 @@ *wxWindowMSW*GetThemedBorderStyle*; *wxWizard*GetBitmap*; *wxWizard*SetBitmap*; + *wxPropertySheetDialogXmlHandler*; }; # public symbols added in 2.8.4 (please keep in alphabetical order):