]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hash.h
Applied patch [ 619705 ] Fixes wxApp::GetComCtl32Version
[wxWidgets.git] / include / wx / hash.h
index 557238d6a410a0aead0bc2b7a4b27895edb184a8..93405385693e1994b366c9e3f0a4baa1c3b8c05c 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_HASH_H__
 #define _WX_HASH_H__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "hash.h"
 #endif
 
@@ -127,6 +127,9 @@ public:
     // and the wasFound is set to FALSE if not NULL
     wxString Get(long key, bool *wasFound = NULL) const;
 
+    // remove the item, returning TRUE if the item was found and deleted
+    bool Delete(long key) const;
+
     // clean up
     void Destroy();