Skip to content

Commit 7167132

Browse files
authored
fix the missing override (#293)
1 parent 89c75e1 commit 7167132

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Framework/test/testCheckInterface.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ class TestCheck : public checker::CheckInterface
4747
{
4848
mValidString = name;
4949
}
50-
Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap)
50+
51+
Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap) override
5152
{
5253
auto mo = moMap->begin()->second;
5354
if (mValidString.empty()) {

0 commit comments

Comments
 (0)