mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -36,7 +36,7 @@ class CAutoCycleMod : public CModule {
|
||||
m_recentlyCycled.SetTTL(15 * 1000);
|
||||
}
|
||||
|
||||
virtual ~CAutoCycleMod() {}
|
||||
~CAutoCycleMod() override {}
|
||||
|
||||
bool OnLoad(const CString& sArgs, CString& sMessage) override {
|
||||
VCString vsChans;
|
||||
|
||||
Reference in New Issue
Block a user