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

Add override keyword

parent d2012615
No related branches found
No related tags found
No related merge requests found
Pipeline #2565 passed
......@@ -63,7 +63,7 @@ class ProcessorOdom2D : public ProcessorMotion
virtual Motion interpolate(const Motion& _ref1,
const Motion& _ref2,
const TimeStamp& _ts,
Motion& _second);
Motion& _second) override;
virtual CaptureMotionPtr createCapture(const TimeStamp& _ts,
const SensorBasePtr& _sensor,
......
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