Fix clang-tidy modernize-use-override warnings

This commit is contained in:
Eduardo Almeida
2022-10-06 21:39:37 +00:00
parent 6bb6383562
commit be07b6487a
1008 changed files with 6398 additions and 6398 deletions

View File

@@ -76,7 +76,7 @@ class LoopbackTestCase : public TestCase
public:
LoopbackTestCase ();
void DoRun ();
void DoRun () override;
};
LoopbackTestCase::LoopbackTestCase ()