mirror of
https://github.com/anope/anope.git
synced 2026-07-06 12:53:14 +02:00
Fix missing override keywords.
This commit is contained in:
@@ -200,7 +200,7 @@ class OperServCore : public Module
|
||||
XLineManager::RegisterXLineManager(&snlines);
|
||||
}
|
||||
|
||||
~OperServCore()
|
||||
~OperServCore() override
|
||||
{
|
||||
this->sglines.Clear();
|
||||
this->sqlines.Clear();
|
||||
|
||||
Reference in New Issue
Block a user