diff options
| -rw-r--r-- | logic/pipeline.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/logic/pipeline.hpp b/logic/pipeline.hpp index 28fe20f5..1471b310 100644 --- a/logic/pipeline.hpp +++ b/logic/pipeline.hpp @@ -103,7 +103,7 @@ class OTR_LOGIC_EXPORT pipeline : private QThread      bool tracking_started = false; -    double map(double pos, Map& axis); +    static double map(double pos, Map& axis);      void logic();      void run() override;      bool maybe_enable_center_on_tracking_started(); | 
