diff options
Diffstat (limited to 'include/bots.h')
-rw-r--r-- | include/bots.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bots.h b/include/bots.h index bbd40a236..224f4b799 100644 --- a/include/bots.h +++ b/include/bots.h @@ -12,7 +12,7 @@ class BotInfo; -extern CoreExport patricia_tree<BotInfo *, std::equal_to<ci::string> > BotListByNick; +extern CoreExport patricia_tree<BotInfo *, ci::ci_char_traits> BotListByNick; extern CoreExport patricia_tree<BotInfo *> BotListByUID; /** Flags settable on a bot |