]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/hash.cpp
warning (in Unicode only) fix
[wxWidgets.git] / src / common / hash.cpp
index 9882539bb49e9411b65d989db94ae9bf4bbaab7a..db2a5a141a6dfc0b001b563e8282f0928061fccf 100644 (file)
@@ -119,6 +119,8 @@ wxNodeBase *wxHashTableBase::GetNode(long key, long value) const
     return node;
 }
 
+#if WXWIN_COMPATIBILITY_2_4
+
 // ----------------------------------------------------------------------------
 // wxHashTableLong
 // ----------------------------------------------------------------------------
@@ -334,6 +336,8 @@ bool wxStringHashTable::Delete(long key) const
     return FALSE;
 }
 
+#endif // WXWIN_COMPATIBILITY_2_4
+
 // ----------------------------------------------------------------------------
 // old not type safe wxHashTable
 // ----------------------------------------------------------------------------