diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h index 71fee7e42..0c8b7bae1 100644 --- a/include/commands.h +++ b/include/commands.h @@ -18,7 +18,7 @@ class Module; class BotInfo; class Command; -typedef std::map<Anope::string, Command *, hash_compare_ci_string> CommandMap; +typedef std::map<Anope::string, Command *, std::less<ci::string> > CommandMap; /** The return value from commands. */ |