mirror of
https://github.com/znc/znc.git
synced 2026-06-28 14:01:35 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -43,7 +43,7 @@ class CSSLClientCertMod : public CModule {
|
||||
"", "Print your current key");
|
||||
}
|
||||
|
||||
virtual ~CSSLClientCertMod() {}
|
||||
~CSSLClientCertMod() override {}
|
||||
|
||||
bool OnBoot() override {
|
||||
const vector<CListener*>& vListeners = CZNC::Get().GetListeners();
|
||||
|
||||
Reference in New Issue
Block a user