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

add override

parent 53cb5c8a
No related branches found
No related tags found
2 merge requests!28release after RAL,!27After 2nd RAL submission
......@@ -81,13 +81,13 @@ class ProcessorGnssFix : public ProcessorBase
*
* Returns true if the key frame should be stored
*/
virtual bool storeKeyFrame(FrameBasePtr);
virtual bool storeKeyFrame(FrameBasePtr) override;
/** \brief store capture
*
* Returns true if the capture should be stored
*/
virtual bool storeCapture(CaptureBasePtr);
virtual bool storeCapture(CaptureBasePtr) override;
virtual bool voteForKeyFrame() const 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