mirror of
https://github.com/znc/znc.git
synced 2026-08-08 09:52:55 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -33,7 +33,7 @@ class CCtcpFloodMod : public CModule {
|
||||
"", "Show the current limits");
|
||||
}
|
||||
|
||||
~CCtcpFloodMod() {}
|
||||
~CCtcpFloodMod() override {}
|
||||
|
||||
void Save() {
|
||||
// We save the settings twice because the module arguments can
|
||||
|
||||
Reference in New Issue
Block a user