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:
@@ -20,8 +20,8 @@
|
||||
|
||||
class ModulesTest : public ::testing::Test {
|
||||
protected:
|
||||
void SetUp() { CZNC::CreateInstance(); }
|
||||
void TearDown() { CZNC::DestroyInstance(); }
|
||||
void SetUp() override { CZNC::CreateInstance(); }
|
||||
void TearDown() override { CZNC::DestroyInstance(); }
|
||||
};
|
||||
|
||||
class CLegacyModule : public CModule {
|
||||
|
||||
Reference in New Issue
Block a user