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:
@@ -31,7 +31,7 @@ class CAutoReplyMod : public CModule {
|
||||
m_Messaged.SetTTL(1000 * 120);
|
||||
}
|
||||
|
||||
virtual ~CAutoReplyMod() {}
|
||||
~CAutoReplyMod() override {}
|
||||
|
||||
bool OnLoad(const CString& sArgs, CString& sMessage) override {
|
||||
if (!sArgs.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user