mirror of
https://github.com/znc/znc.git
synced 2026-08-02 15:03:16 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ class CCertMod : public CModule {
|
||||
"Show the current certificate");
|
||||
}
|
||||
|
||||
virtual ~CCertMod() {}
|
||||
~CCertMod() override {}
|
||||
|
||||
CString PemFile() const { return GetSavePath() + "/user.pem"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user