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