X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9cc56d1fc0b8eec41fbe2b961965e67c598d9406..4566dcbe24d452b729b0bad3f72ad63e6a60037c:/interface/wx/hash.h diff --git a/interface/wx/hash.h b/interface/wx/hash.h index b14e32f539..200314dd92 100644 --- a/interface/wx/hash.h +++ b/interface/wx/hash.h @@ -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.