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:
@@ -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
|
||||
|
||||
|
@@ -71,6 +71,7 @@
|
||||
*wxWindowMSW*GetThemedBorderStyle*;
|
||||
*wxWizard*GetBitmap*;
|
||||
*wxWizard*SetBitmap*;
|
||||
*wxPropertySheetDialogXmlHandler*;
|
||||
};
|
||||
|
||||
# public symbols added in 2.8.4 (please keep in alphabetical order):
|
||||
|
Reference in New Issue
Block a user