summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-08-18 00:35:11 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-08-18 00:35:11 +0000
commit3735de3eb5305e3932c864a2eece6dee4d28139c (patch)
tree9581eee75fdc98ed5289e573ae52f31e0d8b6b69 /src/live_effects
parentLet LPEToolContext derive from PenContext so that we can use its LPE framework (diff)
downloadinkscape-3735de3eb5305e3932c864a2eece6dee4d28139c.tar.gz
inkscape-3735de3eb5305e3932c864a2eece6dee4d28139c.zip
cleanup
(bzr r6647)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-angle_bisector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-angle_bisector.h b/src/live_effects/lpe-angle_bisector.h
index 255635b71..0fd4c112f 100644
--- a/src/live_effects/lpe-angle_bisector.h
+++ b/src/live_effects/lpe-angle_bisector.h
@@ -37,7 +37,7 @@ public:
friend class AB::KnotHolderEntityLeftEnd;
friend class AB::KnotHolderEntityRightEnd;
-private:
+//private:
ScalarParam length_left;
ScalarParam length_right;