1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 18:56:37 +02:00

Fix missing override keywords.

This commit is contained in:
Sadie Powell
2023-03-06 16:11:54 +00:00
parent d210cd2695
commit 29db25dac7
40 changed files with 66 additions and 66 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ struct ModeLockImpl : ModeLock, Serializable
{
}
~ModeLockImpl()
~ModeLockImpl() override
{
ChannelInfo *chan = ChannelInfo::Find(ci);
if (chan)
@@ -42,7 +42,7 @@ struct ModeLocksImpl : ModeLocks
{
}
~ModeLocksImpl()
~ModeLocksImpl() override
{
ModeList modelist;
mlocks->swap(modelist);