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

Add keyword override

parent 1fdf83de
No related branches found
No related tags found
No related merge requests found
......@@ -70,13 +70,13 @@ class ProcessorGnssSingleDiff : 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;
/** \brief trigger in capture
*
......
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