From c5757dc4b8fbdbe9ae390f103dbb0a9e109c7707 Mon Sep 17 00:00:00 2001 From: Jeremie Deray <jeremie.deray@pal-robotics.com> Date: Sat, 15 Oct 2016 14:41:41 +0200 Subject: [PATCH] :lipstick: --- src/processor_motion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/processor_motion.h b/src/processor_motion.h index 5543cad56..8a23526fd 100644 --- a/src/processor_motion.h +++ b/src/processor_motion.h @@ -202,7 +202,7 @@ class ProcessorMotion : public ProcessorBase * - initializing counters, flags, or any derived variables * - initializing algorithms needed for processing the derived data */ - virtual void preProcess() { }; + virtual void preProcess() { } /** Post-process * @@ -214,7 +214,7 @@ class ProcessorMotion : public ProcessorBase * - resetting and/or clearing variables and/or algorithms at the end of processing * - drawing / printing / logging the results of the processing */ - virtual void postProcess() { }; + virtual void postProcess() { } // These are the pure virtual functions doing the mathematics -- GitLab