mirror of
https://github.com/znc/znc.git
synced 2026-06-11 01:05:05 +02: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