X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9cc56d1fc0b8eec41fbe2b961965e67c598d9406..662ba874795045558374a61c85a7e3c2de5bbdbb:/interface/wx/hash.h diff --git a/interface/wx/hash.h b/interface/wx/hash.h index b14e32f539..08381394e5 100644 --- a/interface/wx/hash.h +++ b/interface/wx/hash.h @@ -3,7 +3,7 @@ // Purpose: interface of wxHashTable // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -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.