issues with phash_map on opt2

This commit is contained in:
David Rose 2008-11-11 23:30:55 +00:00
parent 1462bee771
commit 8364c4f34b

View File

@ -71,7 +71,7 @@ private:
typedef pvector<RegistryNode *> HandleRegistry;
HandleRegistry _handle_registry;
typedef phash_map<string, RegistryNode *, string_hash> NameRegistry;
typedef pmap<string, RegistryNode *> NameRegistry;
NameRegistry _name_registry;
static ButtonRegistry *_global_pointer;