summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-19 18:32:23 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-19 18:32:23 +0000
commit4874c63f738fd1139e0c6a889d02de6b4cc30187 (patch)
treefc59e55a933a0fc97dfd397c82cff42508838367 /include/mode.h
parentd7324a55fab95b4f51672b701f2dd9cc0836abf8 (diff)
Fix std::sort stuff for w00t
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7050 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mode.h b/include/mode.h
index 8e5c105ce..d548ea8d7 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -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.
*/