mirror of
https://github.com/anope/anope.git
synced 2026-06-25 03:56:40 +02:00
Fix missing override keywords.
This commit is contained in:
@@ -441,7 +441,7 @@ class ProtoPlexus : public Module
|
||||
this->AddModes();
|
||||
}
|
||||
|
||||
~ProtoPlexus()
|
||||
~ProtoPlexus() override
|
||||
{
|
||||
m_hybrid = ModuleManager::FindModule("hybrid");
|
||||
ModuleManager::UnloadModule(m_hybrid, NULL);
|
||||
|
||||
Reference in New Issue
Block a user