mirror of
https://github.com/anope/anope.git
synced 2026-07-02 19:43:13 +02:00
Add the anope_override keyword to methods that lack it.
This commit is contained in:
@@ -34,7 +34,7 @@ class AccessChanAccess : public ChanAccess
|
||||
return this->ci->GetLevel(name) != ACCESS_INVALID && this->level >= this->ci->GetLevel(name);
|
||||
}
|
||||
|
||||
Anope::string AccessSerialize() const
|
||||
Anope::string AccessSerialize() const anope_override
|
||||
{
|
||||
return stringify(this->level);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user