summaryrefslogtreecommitdiff
path: root/src/mods/html/yc_admin.cpp
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
commitf038883a6e004eb4312ba1e761da06b596e14d3f (patch)
tree358f989cac07885cfa913c66a0d563d18c021b26 /src/mods/html/yc_admin.cpp
parent98eac951f8087b213f5850bd126dcb279db360a8 (diff)
tagging ychat-0.7.7.0ychat-0.7.7.0
Diffstat (limited to 'src/mods/html/yc_admin.cpp')
-rw-r--r--src/mods/html/yc_admin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mods/html/yc_admin.cpp b/src/mods/html/yc_admin.cpp
index cbee80a..f3811f9 100644
--- a/src/mods/html/yc_admin.cpp
+++ b/src/mods/html/yc_admin.cpp
@@ -23,7 +23,7 @@ extern "C"
dynamic_wrap* p_wrap = (dynamic_wrap*) c->elem[0];
user* p_user = (user*) c->elem[2];
conf* p_conf = (conf*) p_wrap->CONF;
- string* p_content = &(*((map<string,string>*) c->elem[1]))["content"];
+ string* p_content = &(*((hashmap<string>*) c->elem[1]))["content"];
vector<string>* p_vec_keys = p_conf->get_key_vector();
sort(p_vec_keys->begin(), p_vec_keys->end());