diff options
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 2 |
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. */ |