summaryrefslogtreecommitdiff
path: root/modules/protocol/solanum.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-03-06 16:11:54 +0000
committerSadie Powell <sadie@witchery.services>2023-03-13 13:52:56 +0000
commit29db25dac7aff36b4f7239a9fabd57230534cf35 (patch)
tree9cc80ab7134514381f02835629ade620584020d0 /modules/protocol/solanum.cpp
parentd210cd26952a4d4441223809dc259fcf6eaff5fd (diff)
Fix missing override keywords.
Diffstat (limited to 'modules/protocol/solanum.cpp')
-rw-r--r--modules/protocol/solanum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/solanum.cpp b/modules/protocol/solanum.cpp
index af457bec2..e83f231dd 100644
--- a/modules/protocol/solanum.cpp
+++ b/modules/protocol/solanum.cpp
@@ -401,7 +401,7 @@ class ProtoSolanum : public Module
this->AddModes();
}
- ~ProtoSolanum()
+ ~ProtoSolanum() override
{
m_ratbox = ModuleManager::FindModule("ratbox");
ModuleManager::UnloadModule(m_ratbox, NULL);