mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
class CFOModule : public CModule {
|
||||
public:
|
||||
MODCONSTRUCTOR(CFOModule) {}
|
||||
virtual ~CFOModule() {}
|
||||
~CFOModule() override {}
|
||||
|
||||
bool IsOnlineModNick(const CString& sNick) {
|
||||
const CString& sPrefix = GetUser()->GetStatusPrefix();
|
||||
|
||||
Reference in New Issue
Block a user