mirror of
https://github.com/znc/znc.git
synced 2026-06-23 03:25:51 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
@@ -23,7 +23,7 @@ class CBuffExtras : public CModule {
|
||||
public:
|
||||
MODCONSTRUCTOR(CBuffExtras) {}
|
||||
|
||||
virtual ~CBuffExtras() {}
|
||||
~CBuffExtras() override {}
|
||||
|
||||
void AddBuffer(CChan& Channel, const CString& sMessage,
|
||||
const timeval* tv = nullptr,
|
||||
|
||||
Reference in New Issue
Block a user