]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/mode.h
Sexeger!
[user/henk/code/inspircd.git] / include / mode.h
index 8e5c105ceec0c53c068c45f5448aca64ba0e0c26..d548ea8d73b4959fa8ef8aba86bfb26c8e3d0adb 100644 (file)
@@ -484,7 +484,7 @@ class CoreExport ModeParser : public classbase
        std::string ChanModes();
        /** Used by this class internally during std::sort and 005 generation
         */
-       static bool PrefixComparison(const prefixtype one, const prefixtype two);
+       static bool PrefixComparison(prefixtype one, prefixtype two);
 
        /** This returns the PREFIX=(ohv)@%+ section of the 005 numeric.
         */