mirror of
https://github.com/anope/anope.git
synced 2026-06-28 17:16:39 +02:00
Fix missing override keywords.
This commit is contained in:
@@ -59,7 +59,7 @@ class MemoListCallback : public NumberList
|
||||
found = false;
|
||||
}
|
||||
|
||||
~MemoListCallback()
|
||||
~MemoListCallback() override
|
||||
{
|
||||
if (!found)
|
||||
source.Reply(_("No memos to display."));
|
||||
|
||||
Reference in New Issue
Block a user