summaryrefslogtreecommitdiff
path: root/src/mods/html/yc_loggedin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mods/html/yc_loggedin.cpp')
-rwxr-xr-xsrc/mods/html/yc_loggedin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mods/html/yc_loggedin.cpp b/src/mods/html/yc_loggedin.cpp
index 2dcc9dc..d3e81c1 100755
--- a/src/mods/html/yc_loggedin.cpp
+++ b/src/mods/html/yc_loggedin.cpp
@@ -13,7 +13,7 @@ extern "C"
container* c = (container*) v_arg;
dynamic_wrap* p_wrap = (dynamic_wrap*) c->elem[0];
chat* p_chat = (chat*) p_wrap->CHAT;
- map<string,string>* p_map = (map<string,string>*) c->elem[1];
+ hashmap<string>* p_map = (hashmap<string>*) c->elem[1];
/*
string s_list;