]> git.saurik.com Git - wxWidgets.git/commitdiff
Add wxABI_VERSION wrappers
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 22 Jul 2005 20:21:14 +0000 (20:21 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 22 Jul 2005 20:21:14 +0000 (20:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/clntdata.h
include/wx/generic/wizard.h

index a38fa3c5851b42d78211b8d6520fc38b07b66362..7653e09b360b91524a9554ff18636a0bbb8f8da7 100644 (file)
@@ -20,6 +20,8 @@
 #include "wx/string.h"
 #include "wx/hashmap.h"
 
+#if wxABI_VERSION >= 20602
+
 typedef int (*wxShadowObjectMethod)(void*, void*);
 WX_DECLARE_STRING_HASH_MAP_WITH_DECL(
     wxShadowObjectMethod,
@@ -88,6 +90,8 @@ private:
     wxShadowObjectFields    m_fields;
 };
 
+#endif // wxABI_VERSION
+
 // ----------------------------------------------------------------------------
 
 // what kind of client data do we have?
index ee6185750a29eb8ff2a96967dabc1cd93db4da9a..e6f4f5faacf1e56d746e6d35d89fd8b191af2ff3 100644 (file)
@@ -86,7 +86,9 @@ private:
     void AddBackNextPair(wxBoxSizer *buttonRow);
     void AddButtonRow(wxBoxSizer *mainColumn);
 
+#if wxABI_VERSION >= 20602
 protected:
+#endif
     void FinishLayout();
 
 private: