mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -22,7 +22,7 @@ class CChanSaverMod : public CModule {
|
||||
public:
|
||||
MODCONSTRUCTOR(CChanSaverMod) {}
|
||||
|
||||
virtual ~CChanSaverMod() {}
|
||||
~CChanSaverMod() override {}
|
||||
|
||||
bool OnLoad(const CString& sArgsi, CString& sMessage) override {
|
||||
switch (GetType()) {
|
||||
|
||||
Reference in New Issue
Block a user