From 48de00ec978261c25e9c4a59479f0607cae751ff Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 20 Dec 2018 18:49:23 +0100 Subject: spline: avoid type/variable ambiguity --- spline/spline.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spline/spline.hpp') diff --git a/spline/spline.hpp b/spline/spline.hpp index 445378c3..270c4670 100644 --- a/spline/spline.hpp +++ b/spline/spline.hpp @@ -102,7 +102,7 @@ class OTR_SPLINE_EXPORT spline : public base_spline void disconnect_signals(); - mutex _mutex { mutex::Recursive }; + mutex mtx { mutex::Recursive }; std::shared_ptr s; QMetaObject::Connection conn_changed, conn_maxx, conn_maxy; mutable std::vector data = std::vector(value_count, float(-16)); -- cgit v1.2.3