From 0848fb4d6d2c6b02be130b76edc4408f7e1ea580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Wed, 22 Jan 2020 13:26:13 +0100 Subject: [PATCH] add override --- include/gnss/processor/processor_gnss_fix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gnss/processor/processor_gnss_fix.h b/include/gnss/processor/processor_gnss_fix.h index c1ec2de77..443f14bb4 100644 --- a/include/gnss/processor/processor_gnss_fix.h +++ b/include/gnss/processor/processor_gnss_fix.h @@ -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; -- GitLab