mirror of
https://github.com/anope/anope.git
synced 2026-06-27 08:26:38 +02:00
Fix missing override keywords.
This commit is contained in:
@@ -401,7 +401,7 @@ class ProtoSolanum : public Module
|
||||
this->AddModes();
|
||||
}
|
||||
|
||||
~ProtoSolanum()
|
||||
~ProtoSolanum() override
|
||||
{
|
||||
m_ratbox = ModuleManager::FindModule("ratbox");
|
||||
ModuleManager::UnloadModule(m_ratbox, NULL);
|
||||
|
||||
Reference in New Issue
Block a user