From 8364c4f34b0a35b235d2f3e439d3297f59238c29 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 11 Nov 2008 23:30:55 +0000 Subject: [PATCH] issues with phash_map on opt2 --- panda/src/putil/buttonRegistry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/putil/buttonRegistry.h b/panda/src/putil/buttonRegistry.h index cffec1efec..cb75e7a847 100644 --- a/panda/src/putil/buttonRegistry.h +++ b/panda/src/putil/buttonRegistry.h @@ -71,7 +71,7 @@ private: typedef pvector HandleRegistry; HandleRegistry _handle_registry; - typedef phash_map NameRegistry; + typedef pmap NameRegistry; NameRegistry _name_registry; static ButtonRegistry *_global_pointer;