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

Add some override keywords

parent 483f2464
No related branches found
No related tags found
1 merge request!295Fixes override constraint
...@@ -214,7 +214,7 @@ class ProcessorMotion : public ProcessorBase ...@@ -214,7 +214,7 @@ class ProcessorMotion : public ProcessorBase
*/ */
FrameBasePtr setOrigin(const Eigen::VectorXs& _x_origin, const TimeStamp& _ts_origin); FrameBasePtr setOrigin(const Eigen::VectorXs& _x_origin, const TimeStamp& _ts_origin);
virtual void setProblem(ProblemPtr); virtual void setProblem(ProblemPtr) override;
MotionBuffer& getBuffer(); MotionBuffer& getBuffer();
const MotionBuffer& getBuffer() const; const MotionBuffer& getBuffer() const;
......
...@@ -200,7 +200,7 @@ class ProcessorTracker : public ProcessorBase ...@@ -200,7 +200,7 @@ class ProcessorTracker : public ProcessorBase
* *
* WARNING! This function only votes! It does not create KeyFrames! * WARNING! This function only votes! It does not create KeyFrames!
*/ */
virtual bool voteForKeyFrame() = 0; virtual bool voteForKeyFrame() override = 0;
/** \brief Advance the incoming Capture to become the last. /** \brief Advance the incoming Capture to become the last.
* *
......
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