]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hash.h
applied fixes for CodeWarrior compilation
[wxWidgets.git] / include / wx / hash.h
index cc03625dc4a41544de2e717914c4a40f760e93d0..0b3470f6d8c716fee021cf14c3da104cacfcf565 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_HASH_H__
 #define _WX_HASH_H__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "hash.h"
 #endif
 
@@ -428,6 +428,8 @@ public:
     }
 
     void Clear() { wxHashTableBase::Clear(); }
+
+    size_t GetCount() const { return wxHashTableBase::GetCount(); }
 private:
     compatibility_iterator m_iter;
 };