mirror of
https://github.com/anope/anope.git
synced 2026-06-30 10:36:38 +02:00
Add the anope_override keyword to methods that lack it.
This commit is contained in:
@@ -30,7 +30,7 @@ class FlagsChanAccess : public ChanAccess
|
||||
return false;
|
||||
}
|
||||
|
||||
Anope::string AccessSerialize() const
|
||||
Anope::string AccessSerialize() const anope_override
|
||||
{
|
||||
return Anope::string(this->flags.begin(), this->flags.end());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user