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_flags.cpp | |
parent | c00ecc5e024251213a71673a63efe24e10d0cdbe (diff) |
Add the anope_override keyword to methods that lack it.
Diffstat (limited to 'modules/commands/cs_flags.cpp')
-rw-r--r-- | modules/commands/cs_flags.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_flags.cpp b/modules/commands/cs_flags.cpp index 179d04317..5fca415de 100644 --- a/modules/commands/cs_flags.cpp +++ b/modules/commands/cs_flags.cpp @@ -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()); } |