mirror of
https://github.com/anope/anope.git
synced 2026-06-28 19:56:39 +02:00
Fix missing override keywords.
This commit is contained in:
@@ -261,7 +261,7 @@ class CommandCSAccess : public Command
|
||||
this->override = true;
|
||||
}
|
||||
|
||||
~AccessDelCallback()
|
||||
~AccessDelCallback() override
|
||||
{
|
||||
if (denied && !deleted)
|
||||
source.Reply(ACCESS_DENIED);
|
||||
|
||||
Reference in New Issue
Block a user