Skip to content
Snippets Groups Projects
Commit 4d01724a authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add forgotten override keyword

parent 08f79871
No related branches found
No related tags found
No related merge requests found
Pipeline #4920 passed
...@@ -64,7 +64,7 @@ class FixtureFactorBlockDifference : public testing::Test ...@@ -64,7 +64,7 @@ class FixtureFactorBlockDifference : public testing::Test
Feat_ = FeatureBase::emplace<FeatureBase>(Cap_, "DIFF", zero3, cov); Feat_ = FeatureBase::emplace<FeatureBase>(Cap_, "DIFF", zero3, cov);
} }
virtual void TearDown(){} virtual void TearDown() override {}
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment