mirror of
https://github.com/anope/anope.git
synced 2026-06-28 21:36:37 +02:00
Fix missing override keywords.
This commit is contained in:
@@ -18,7 +18,7 @@ struct LogSettingImpl : LogSetting, Serializable
|
||||
{
|
||||
}
|
||||
|
||||
~LogSettingImpl()
|
||||
~LogSettingImpl() override
|
||||
{
|
||||
ChannelInfo *ci = ChannelInfo::Find(chan);
|
||||
if (ci)
|
||||
@@ -81,7 +81,7 @@ struct LogSettingsImpl : LogSettings
|
||||
{
|
||||
LogSettingsImpl(Extensible *) { }
|
||||
|
||||
~LogSettingsImpl()
|
||||
~LogSettingsImpl() override
|
||||
{
|
||||
for (iterator it = (*this)->begin(); it != (*this)->end();)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user