summaryrefslogtreecommitdiff
path: root/modules/core/ns_saset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ns_saset.cpp')
-rw-r--r--modules/core/ns_saset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_saset.cpp b/modules/core/ns_saset.cpp
index 081e1d466..624f25b7b 100644
--- a/modules/core/ns_saset.cpp
+++ b/modules/core/ns_saset.cpp
@@ -15,7 +15,7 @@
class CommandNSSASet : public Command
{
- typedef std::map<Anope::string, Command *, hash_compare_ci_string> subcommand_map;
+ typedef std::map<Anope::string, Command *, std::less<ci::string> > subcommand_map;
subcommand_map subcommands;
public: