mirror of
https://github.com/anope/anope.git
synced 2026-06-27 03:56:37 +02:00
Fix missing override keywords.
This commit is contained in:
@@ -300,7 +300,7 @@ class ModuleXMLRPCMain : public Module
|
||||
xmlrpc->Register(&stats);
|
||||
}
|
||||
|
||||
~ModuleXMLRPCMain()
|
||||
~ModuleXMLRPCMain() override
|
||||
{
|
||||
if (xmlrpc)
|
||||
xmlrpc->Unregister(&stats);
|
||||
|
||||
Reference in New Issue
Block a user