]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hash.h
For non-Unicode added #include <ctype.h> and <string.h> to avoid some missing
[wxWidgets.git] / include / wx / hash.h
index e154046cf5e447a5b543124b699b2057ac6a084c..a223f99968399bc8e973a155383b3be72bc3a125 100644 (file)
@@ -40,6 +40,8 @@ class WXDLLEXPORT wxHashTable: public wxObject
 
   wxHashTable(int the_key_type = wxKEY_INTEGER, int size = 1000);
   ~wxHashTable(void);
+  
+  void Destroy(void);  // Robert Roebling
 
   bool Create(int the_key_type = wxKEY_INTEGER, int size = 1000);