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:
@@ -97,7 +97,7 @@ class CWebAdminMod : public CModule {
|
||||
CWebSubPage::F_ADMIN));
|
||||
}
|
||||
|
||||
virtual ~CWebAdminMod() {}
|
||||
~CWebAdminMod() override {}
|
||||
|
||||
bool OnLoad(const CString& sArgStr, CString& sMessage) override {
|
||||
if (sArgStr.empty() || CModInfo::GlobalModule != GetType()) return true;
|
||||
|
||||
Reference in New Issue
Block a user