]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/hash.h
remove ancient defines left over from GTK1
[wxWidgets.git] / interface / wx / hash.h
index b14e32f539f9a9979c54ccb7d93fe816ccd4e5c2..04b9f9e2bf9e8d88eed814dbdefa66e8cecc4f78 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        hash.h
 // Purpose:     interface of wxHashTable
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -54,7 +53,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.