]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/mode.h
Merge branch 'master+listmode'
[user/henk/code/inspircd.git] / include / mode.h
index 1c2bd8f44b47d7279ced0086f02c762dd6b1b772..eebfbedd61f4fd1b447afecd5a188d276d3c2a77 100644 (file)
@@ -490,7 +490,7 @@ class CoreExport ModeParser : public fakederef<ModeParser>
  private:
        /** Type of the container that maps mode names to ModeWatchers
         */
-       typedef std::multimap<std::string, ModeWatcher*> ModeWatcherMap;
+       typedef insp::flat_multimap<std::string, ModeWatcher*> ModeWatcherMap;
 
        /** Last item in the ModeType enum
         */