mirror of
https://github.com/anope/anope.git
synced 2026-07-07 15:23:13 +02:00
Fix missing override keywords.
This commit is contained in:
@@ -23,7 +23,7 @@ class AkillDelCallback : public NumberList
|
||||
{
|
||||
}
|
||||
|
||||
~AkillDelCallback()
|
||||
~AkillDelCallback() override
|
||||
{
|
||||
if (!deleted)
|
||||
source.Reply(_("No matching entries on the AKILL list."));
|
||||
|
||||
Reference in New Issue
Block a user