diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/typedefs.h b/include/typedefs.h index 48842ccf0..879ef0627 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -99,7 +99,7 @@ typedef std::map<std::string, XLineFactory*> XLineFactMap; /** A map of XLines indexed by string */ -typedef std::map<irc::string, XLine *> XLineLookup; +typedef std::map<std::string, XLine*, irc::insensitive_swo> XLineLookup; /** A map of XLineLookup maps indexed by string */ |