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
This commit is contained in:
Václav Slavík
2007-08-21 11:35:50 +00:00
parent c8bfd8314d
commit 3ac7365cb3
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -71,6 +71,7 @@
*wxWindowMSW*GetThemedBorderStyle*;
*wxWizard*GetBitmap*;
*wxWizard*SetBitmap*;
*wxPropertySheetDialogXmlHandler*;
};
# public symbols added in 2.8.4 (please keep in alphabetical order):