mirror of
https://github.com/anope/anope.git
synced 2026-06-30 16:26:39 +02:00
Fix missing override keywords.
This commit is contained in:
@@ -265,7 +265,7 @@ class OSOper : public Module
|
||||
{
|
||||
}
|
||||
|
||||
~OSOper()
|
||||
~OSOper() override
|
||||
{
|
||||
for (nickcore_map::const_iterator it = NickCoreList->begin(), it_end = NickCoreList->end(); it != it_end; ++it)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user