]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hash.h
added overloads of ctor/insert/assign/append taking a pair of wxCStrData objects...
[wxWidgets.git] / include / wx / hash.h
index d8dc5e5814225a4f99517d1fef291845e4d7f4da..890213f021903824954f278d546f1b31ec264ac4 100644 (file)
@@ -13,6 +13,7 @@
 #define _WX_HASH_H__
 
 #include "wx/defs.h"
+#include "wx/string.h"
 
 #define wxUSE_OLD_HASH_TABLE 0
 
@@ -152,7 +153,7 @@ public:
     typedef wxHashTableBase_Node Node;
 
     wxHashTableBase();
-    virtual ~wxHashTableBase() { };
+    virtual ~wxHashTableBase() { }
 
     void Create( wxKeyType keyType = wxKEY_INTEGER,
                  size_t size = wxHASH_SIZE_DEFAULT );