]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/hash.h
fixing wrong version commit
[wxWidgets.git] / interface / wx / hash.h
index b14e32f539f9a9979c54ccb7d93fe816ccd4e5c2..200314dd925cdf7776ee69e4ec15d540c33fc7dd 100644 (file)
@@ -54,7 +54,7 @@ public:
         Constructor. @a key_type is one of wxKEY_INTEGER, or wxKEY_STRING,
         and indicates what sort of keying is required. @a size is optional.
     */
-    wxHashTable(unsigned int key_type, int size = 1000);
+    wxHashTable(wxKeyType key_type = wxKEY_INTEGER, size_t size = 1000);
 
     /**
         Destroys the hash table.