瀏覽代碼

issues with phash_map on opt2

David Rose 17 年之前
父節點
當前提交
8364c4f34b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      panda/src/putil/buttonRegistry.h

+ 1 - 1
panda/src/putil/buttonRegistry.h

@@ -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;