From d65b44413dccb06b9883890d0d994fe86b4253c8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 28 Mar 2019 08:47:24 +0100 Subject: logic/pipeline: make function static --- logic/pipeline.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3