mirror of
https://github.com/anope/anope.git
synced 2026-07-01 08:16:39 +02:00
Fix missing override keywords.
This commit is contained in:
@@ -35,7 +35,7 @@ struct NSCertListImpl : NSCertList
|
||||
public:
|
||||
NSCertListImpl(Extensible *obj) : nc(anope_dynamic_static_cast<NickCore *>(obj)) { }
|
||||
|
||||
~NSCertListImpl()
|
||||
~NSCertListImpl() override
|
||||
{
|
||||
ClearCert();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user