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:
@@ -50,7 +50,7 @@ class CSASLAuthMod : public CModule {
|
||||
&CSASLAuthMod::DisableCloneUserCommand));
|
||||
}
|
||||
|
||||
virtual ~CSASLAuthMod() { sasl_done(); }
|
||||
~CSASLAuthMod() override { sasl_done(); }
|
||||
|
||||
void OnModCommand(const CString& sCommand) override {
|
||||
if (GetUser()->IsAdmin()) {
|
||||
|
||||
Reference in New Issue
Block a user