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

Add override keyword

parent b84ea3be
No related branches found
No related tags found
1 merge request!276Several fixes for Mac
Pipeline #3464 passed
......@@ -90,9 +90,9 @@ class CeresManager : public SolverManager
ceres::CostFunctionPtr createCostFunction(const FactorBasePtr& _fac_ptr);
virtual bool isFactorRegisteredDerived(const FactorBasePtr& fac_ptr);
virtual bool isFactorRegisteredDerived(const FactorBasePtr& fac_ptr) override;
virtual bool isStateBlockRegisteredDerived(const StateBlockPtr& state_ptr);
virtual bool isStateBlockRegisteredDerived(const StateBlockPtr& state_ptr) override;
};
inline ceres::Solver::Summary CeresManager::getSummary()
......
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