]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/hash.h
implemented wxMemoryFSHandler::FindFirst/Next()
[wxWidgets.git] / interface / wx / hash.h
index 68fa7630073deba3fe096cd74f5ed6be1e330813..5563b159456faa9ee2ead9ae1d93e11e3c587e76 100644 (file)
@@ -33,7 +33,7 @@ public:
     /**
         Destroys the hash table.
     */
-    ~wxHashTable();
+    virtual ~wxHashTable();
 
     /**
         The counterpart of @e Next.  If the application wishes to iterate
@@ -80,7 +80,7 @@ public:
         Makes an integer key out of a string. An application may wish to make a key
         explicitly (for instance when combining two data values to form a key).
     */
-    long MakeKey(const wxString& string);
+    static long MakeKey(const wxString& string);
 
     /**
         If the application wishes to iterate through all the data in the hash