]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hash.h
compilation fix for VC6 with wxUSE_STL=1
[wxWidgets.git] / include / wx / hash.h
index 19ca8f06eba010b12ab4d2153b9c508f577fc19b..5cf258f5d20dc00fa0b1df744190ed4f78ee2fd3 100644 (file)
@@ -153,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 );
@@ -335,6 +335,8 @@ private:
 
 #else // if wxUSE_OLD_HASH_TABLE
 
+typedef wxNode wxHashTable_Node;
+
 class WXDLLIMPEXP_BASE wxHashTable : public wxObject
 {
 public: