summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-31 11:00:35 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-31 11:00:35 +0000
commit7ce952d2b81bad9d9ec4c671f9e548910053f8db (patch)
tree17d28d357da21684546b3fbe27a48ab85e85dff5 /include/mode.h
parent4c233483f0a0f93127ee519662cafd001c7a5d6e (diff)
*thwap* om for not fixing the bugs he finds :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5087 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 0b85a0bac..e0043fd10 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -437,7 +437,7 @@ class ModeParser : public classbase
std::string ChanModes();
/** Used by this class internally during std::sort and 005 generation
*/
- static bool ModeParser::PrefixComparison(const prefixtype one, const prefixtype two);
+ static bool PrefixComparison(const prefixtype one, const prefixtype two);
/** This returns the PREFIX=(ohv)@%+ section of the 005 numeric.
*/