diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-18 22:02:00 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-19 21:33:23 +0000 |
| commit | 6a1663ece896e790ab6de408abdddaca0d2a5e5c (patch) | |
| tree | db3f9a5c5dc781e99624e54c1b5a32073a00beb3 /src/live_effects/lpe-simplify.h | |
| parent | Improvements finish pointed by Maren (diff) | |
| download | inkscape-6a1663ece896e790ab6de408abdddaca0d2a5e5c.tar.gz inkscape-6a1663ece896e790ab6de408abdddaca0d2a5e5c.zip | |
Fixes for pressure pencil
Diffstat (limited to 'src/live_effects/lpe-simplify.h')
| -rw-r--r-- | src/live_effects/lpe-simplify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-simplify.h b/src/live_effects/lpe-simplify.h index 08561b3e4..9eb3d15e9 100644 --- a/src/live_effects/lpe-simplify.h +++ b/src/live_effects/lpe-simplify.h @@ -37,7 +37,7 @@ public: virtual void drawHandleLine(Geom::Point p,Geom::Point p2); ScalarParam threshold; -protected: + protected: void addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) override; private: |
