mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -177,7 +177,7 @@ class CWatcherMod : public CModule {
|
||||
Load();
|
||||
}
|
||||
|
||||
virtual ~CWatcherMod() {}
|
||||
~CWatcherMod() override {}
|
||||
|
||||
void OnRawMode(const CNick& OpNick, CChan& Channel, const CString& sModes,
|
||||
const CString& sArgs) override {
|
||||
|
||||
Reference in New Issue
Block a user