X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55d99c7a77789ff4904bf96eddca3715eb5af9b9..a400a8230f751da518c29bd9a1c67132a4ae2b75:/src/common/hash.cpp diff --git a/src/common/hash.cpp b/src/common/hash.cpp index 9882539bb4..db2a5a141a 100644 --- a/src/common/hash.cpp +++ b/src/common/hash.cpp @@ -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 // ----------------------------------------------------------------------------