mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ class CPerform : public CModule {
|
||||
"<number> <number>", "Swap two perform commands");
|
||||
}
|
||||
|
||||
virtual ~CPerform() {}
|
||||
~CPerform() override {}
|
||||
|
||||
CString ParsePerform(const CString& sArg) const {
|
||||
CString sPerf = sArg;
|
||||
|
||||
Reference in New Issue
Block a user