mirror of
https://github.com/znc/znc.git
synced 2026-05-08 06:14:40 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ class CCryptMod : public CModule {
|
||||
"", "List all keys");
|
||||
}
|
||||
|
||||
virtual ~CCryptMod() {}
|
||||
~CCryptMod() override {}
|
||||
|
||||
EModRet OnUserMsg(CString& sTarget, CString& sMessage) override {
|
||||
sTarget.TrimPrefix(NickPrefix());
|
||||
|
||||
Reference in New Issue
Block a user