summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pencil-tool.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-07-14 20:59:21 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-07-14 20:59:21 +0000
commitd608e914802b1dca8100d88c3fddbd19b9fd40da (patch)
tree718df0546f686251f20aa41087d786e19033bba9 /src/ui/tools/pencil-tool.h
parentretain tool color (diff)
downloadinkscape-d608e914802b1dca8100d88c3fddbd19b9fd40da.tar.gz
inkscape-d608e914802b1dca8100d88c3fddbd19b9fd40da.zip
fix compiling issues and some improvements
Diffstat (limited to 'src/ui/tools/pencil-tool.h')
-rw-r--r--src/ui/tools/pencil-tool.h2
1 files changed, 1 insertions, 1 deletions
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<double> _wps;
std::vector<Geom::Point> _points_pos;
- std::vector<Geom::Point> _points_pressure;
+ std::vector<double> _pressure_data;
Geom::Point _last_point;
double _previous_pressure;
SPCurve * _curve;