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