X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1918a4c47f3cb9414556684f9a24edf90504a884..df18cc7aa1afdbe74d4b8e398d12ef34d1e78b5c:/include/wx/hash.h diff --git a/include/wx/hash.h b/include/wx/hash.h index 19ca8f06eb..5cf258f5d2 100644 --- a/include/wx/hash.h +++ b/include/wx/hash.h @@ -153,7 +153,7 @@ public: typedef wxHashTableBase_Node Node; wxHashTableBase(); - virtual ~wxHashTableBase() { }; + virtual ~wxHashTableBase() { } void Create( wxKeyType keyType = wxKEY_INTEGER, size_t size = wxHASH_SIZE_DEFAULT ); @@ -335,6 +335,8 @@ private: #else // if wxUSE_OLD_HASH_TABLE +typedef wxNode wxHashTable_Node; + class WXDLLIMPEXP_BASE wxHashTable : public wxObject { public: