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:
@@ -27,7 +27,7 @@ class CBlockMotd : public CModule {
|
||||
"specify which server to query.");
|
||||
}
|
||||
|
||||
virtual ~CBlockMotd() {}
|
||||
~CBlockMotd() override {}
|
||||
|
||||
void OverrideCommand(const CString& sLine) {
|
||||
m_bTemporaryAcceptMotd = true;
|
||||
|
||||
Reference in New Issue
Block a user