From 3ac7365cb3e2a6558cbfd9c125a486f7015c7d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 21 Aug 2007 11:35:50 +0000 Subject: [PATCH] fixed wxPropertySheetDialogXmlHandler backport: added missing wxABI_VERSION checks and added to version-script.in git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/xrc/xh_propdlg.h | 2 ++ version-script.in | 1 + 2 files changed, 3 insertions(+) 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):