#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 );