mirror of
https://github.com/znc/znc.git
synced 2026-06-11 01:05:05 +02:00
Replace virtual with override where possible.
Using clang-tidy
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
|
||||
class CConfigTest : public ::testing::Test {
|
||||
public:
|
||||
virtual ~CConfigTest() { m_File.Delete(); }
|
||||
~CConfigTest() override { m_File.Delete(); }
|
||||
|
||||
protected:
|
||||
CFile& WriteFile(const CString& sConfig) {
|
||||
|
||||
Reference in New Issue
Block a user