diff options
author | Sadie Powell <sadie@witchery.services> | 2021-04-27 21:41:19 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-04-27 21:41:19 +0100 |
commit | 095a25d4731c7b2df73174eaedecae90aa1e610b (patch) | |
tree | 2c0c6b855cd98f75fef89279b7022554c6d674c8 /modules/commands/cs_access.cpp | |
parent | c00ecc5e024251213a71673a63efe24e10d0cdbe (diff) |
Add the anope_override keyword to methods that lack it.
Diffstat (limited to 'modules/commands/cs_access.cpp')
-rw-r--r-- | modules/commands/cs_access.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_access.cpp b/modules/commands/cs_access.cpp index 508274002..386978340 100644 --- a/modules/commands/cs_access.cpp +++ b/modules/commands/cs_access.cpp @@ -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); } |