diff options
-rw-r--r-- | include/mode.h | 2 | ||||
-rw-r--r-- | include/users.h | 2 |
2 files changed, 2 insertions, 2 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. */ diff --git a/include/users.h b/include/users.h index 731cb785a..9a4057f88 100644 --- a/include/users.h +++ b/include/users.h @@ -377,7 +377,7 @@ class userrec : public connection * e.g. in the above example if masks c and e are not * valid, this function will return +ab-d */ - std::string userrec::ProcessNoticeMasks(const char *sm); + std::string ProcessNoticeMasks(const char *sm); /** Returns true if a notice mask is set * @param sm A notice mask character to check |