typedef wxHashTableBase_Node Node;
wxHashTableBase();
- virtual ~wxHashTableBase() { };
+ virtual ~wxHashTableBase() { }
void Create( wxKeyType keyType = wxKEY_INTEGER,
size_t size = wxHASH_SIZE_DEFAULT );
#else // if wxUSE_OLD_HASH_TABLE
+typedef wxNode wxHashTable_Node;
+
class WXDLLIMPEXP_BASE wxHashTable : public wxObject
{
public: