diff options
| author | 2007-05-19 18:32:23 +0000 | |
|---|---|---|
| committer | 2007-05-19 18:32:23 +0000 | |
| commit | 4874c63f738fd1139e0c6a889d02de6b4cc30187 (patch) | |
| tree | fc59e55a933a0fc97dfd397c82cff42508838367 /src/mode.cpp | |
| parent | Space indents must die. (diff) | |
| download | inspircd++-4874c63f738fd1139e0c6a889d02de6b4cc30187.tar.gz inspircd++-4874c63f738fd1139e0c6a889d02de6b4cc30187.tar.bz2 inspircd++-4874c63f738fd1139e0c6a889d02de6b4cc30187.zip | |
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 'src/mode.cpp')
| -rw-r--r-- | src/mode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mode.cpp b/src/mode.cpp index 2c817e685..8b91f7af5 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -898,7 +898,7 @@ std::string ModeParser::ChanModes() return type1 + "," + type2 + "," + type3 + "," + type4; } -bool ModeParser::PrefixComparison(const prefixtype one, const prefixtype two) +bool ModeParser::PrefixComparison(prefixtype one, prefixtype two) { return one.second > two.second; } |
