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:
@@ -53,7 +53,7 @@ class CWebAuth : public CAuthBase {
|
||||
public:
|
||||
CWebAuth(CWebSock* pWebSock, const CString& sUsername,
|
||||
const CString& sPassword, bool bBasic);
|
||||
virtual ~CWebAuth() {}
|
||||
~CWebAuth() override {}
|
||||
|
||||
CWebAuth(const CWebAuth&) = delete;
|
||||
CWebAuth& operator=(const CWebAuth&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user