summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 58d931789..f6c0983ef 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -12,7 +12,7 @@
#include "services.h"
#include "modules.h"
-patricia_tree<User *, std::equal_to<ci::string> > UserListByNick;
+patricia_tree<User *, ci::ci_char_traits> UserListByNick;
patricia_tree<User *> UserListByUID;
int32 opcnt = 0;