#define _WX_HASH_H__
#include "wx/defs.h"
+#include "wx/string.h"
#define wxUSE_OLD_HASH_TABLE 0
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: