mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-21 06:32:33 -04:00
issues with phash_map on opt2
This commit is contained in:
parent
1462bee771
commit
8364c4f34b
@ -71,7 +71,7 @@ private:
|
|||||||
typedef pvector<RegistryNode *> HandleRegistry;
|
typedef pvector<RegistryNode *> HandleRegistry;
|
||||||
HandleRegistry _handle_registry;
|
HandleRegistry _handle_registry;
|
||||||
|
|
||||||
typedef phash_map<string, RegistryNode *, string_hash> NameRegistry;
|
typedef pmap<string, RegistryNode *> NameRegistry;
|
||||||
NameRegistry _name_registry;
|
NameRegistry _name_registry;
|
||||||
|
|
||||||
static ButtonRegistry *_global_pointer;
|
static ButtonRegistry *_global_pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user