We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c75e1 commit 7167132Copy full SHA for 7167132
1 file changed
Framework/test/testCheckInterface.cxx
@@ -47,7 +47,8 @@ class TestCheck : public checker::CheckInterface
47
{
48
mValidString = name;
49
}
50
- Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap)
+
51
+ Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap) override
52
53
auto mo = moMap->begin()->second;
54
if (mValidString.empty()) {
0 commit comments