mirror of
https://github.com/anope/anope.git
synced 2026-07-03 23:03:12 +02:00
Fix missing override keywords.
This commit is contained in:
@@ -218,7 +218,7 @@ class CommandCSAKick : public Command
|
||||
{
|
||||
}
|
||||
|
||||
~AkickDelCallback()
|
||||
~AkickDelCallback() override
|
||||
{
|
||||
if (!deleted)
|
||||
source.Reply(_("No matching entries on %s autokick list."), ci->name.c_str());
|
||||
|
||||
Reference in New Issue
Block a user