From 095a25d4731c7b2df73174eaedecae90aa1e610b Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 27 Apr 2021 21:41:19 +0100 Subject: Add the anope_override keyword to methods that lack it. --- modules/commands/cs_access.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_access.cpp') 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); } -- cgit