mirror of
https://github.com/znc/znc.git
synced 2026-05-18 07:15:54 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -155,7 +155,7 @@ class CChanAttach : public CModule {
|
||||
"", "List all entries");
|
||||
}
|
||||
|
||||
virtual ~CChanAttach() {}
|
||||
~CChanAttach() override {}
|
||||
|
||||
bool OnLoad(const CString& sArgs, CString& sMessage) override {
|
||||
VCString vsChans;
|
||||
|
||||
Reference in New Issue
Block a user