X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/hash.h diff --git a/interface/hash.h b/interface/hash.h index 7def270604..b7bfc1091a 100644 --- a/interface/hash.h +++ b/interface/hash.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: hash.h -// Purpose: documentation for wxHashTable class +// Purpose: interface of wxHashTable // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -20,8 +20,7 @@ @library{wxbase} @category{containers} - @seealso - wxList + @see wxList */ class wxHashTable : public wxObject { @@ -76,7 +75,7 @@ public: /** Returns the number of elements in the hash table. */ - size_t GetCount(); + size_t GetCount() const; /** Makes an integer key out of a string. An application may wish to make a key @@ -105,3 +104,4 @@ public: void Put(const char* key, wxObject* object); //@} }; +