diff --git a/panda/src/event/eventHandler.h b/panda/src/event/eventHandler.h index e57f6c8ae4..b77ef5f2ab 100644 --- a/panda/src/event/eventHandler.h +++ b/panda/src/event/eventHandler.h @@ -72,11 +72,11 @@ public: protected: - typedef phash_set Functions; - typedef phash_map Hooks; + typedef pset Functions; + typedef pmap Hooks; typedef pair CallbackFunction; typedef pset CallbackFunctions; - typedef phash_map CallbackHooks; + typedef pmap CallbackHooks; Hooks _hooks; CallbackHooks _cbhooks;