From d608e914802b1dca8100d88c3fddbd19b9fd40da Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sun, 14 Jul 2019 22:59:21 +0200 Subject: fix compiling issues and some improvements --- src/ui/tools/pencil-tool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/tools/pencil-tool.h') diff --git a/src/ui/tools/pencil-tool.h b/src/ui/tools/pencil-tool.h index 211d21a1a..8efd99ceb 100644 --- a/src/ui/tools/pencil-tool.h +++ b/src/ui/tools/pencil-tool.h @@ -79,7 +79,7 @@ private: void _endpointSnap(Geom::Point &p, guint const state); std::vector _wps; std::vector _points_pos; - std::vector _points_pressure; + std::vector _pressure_data; Geom::Point _last_point; double _previous_pressure; SPCurve * _curve; -- cgit v1.2.3