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