summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-03-20 00:48:37 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-03-20 00:48:37 +0000
commit67a180fdd31fd8dd06be4df75356509001295458 (patch)
treefaec7c3bc12ac848068262cdbe2f0e92dd3664c2 /src/ui/tools/freehand-base.h
parentupdate to trunk (diff)
downloadinkscape-67a180fdd31fd8dd06be4df75356509001295458.tar.gz
inkscape-67a180fdd31fd8dd06be4df75356509001295458.zip
Refactor of anchors
(bzr r11950.1.306)
Diffstat (limited to 'src/ui/tools/freehand-base.h')
-rw-r--r--src/ui/tools/freehand-base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tools/freehand-base.h b/src/ui/tools/freehand-base.h
index d5c2fc9ba..266e22783 100644
--- a/src/ui/tools/freehand-base.h
+++ b/src/ui/tools/freehand-base.h
@@ -74,9 +74,11 @@ public:
// Start anchor
SPDrawAnchor *sa;
+ SPCurve * sc;
// End anchor
SPDrawAnchor *ea;
+ SPCurve * ec;
/* type of the LPE that is to be applied automatically to a finished path (if any) */
Inkscape::LivePathEffect::EffectType waiting_LPE_type;