mirror of
https://github.com/znc/znc.git
synced 2026-08-05 16:33:46 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
class CRawMod : public CModule {
|
||||
public:
|
||||
MODCONSTRUCTOR(CRawMod) {}
|
||||
virtual ~CRawMod() {}
|
||||
~CRawMod() override {}
|
||||
|
||||
EModRet OnRaw(CString& sLine) override {
|
||||
PutModule("IRC -> [" + sLine + "]");
|
||||
|
||||
Reference in New Issue
Block a user