summaryrefslogtreecommitdiffstats
path: root/src/knotholder.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-04-10 17:27:41 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2012-04-10 17:27:41 +0000
commitd7c51ea3892dcad46e01642475479ff2379a51ad (patch)
treeed0099952a5e7b2489541b2c40043c4cbc5e5851 /src/knotholder.h
parentsmall cleanup (diff)
downloadinkscape-d7c51ea3892dcad46e01642475479ff2379a51ad.tar.gz
inkscape-d7c51ea3892dcad46e01642475479ff2379a51ad.zip
powerstroke: remove the need to reload the node tool when adding/deleting control width knots
(bzr r11210)
Diffstat (limited to 'src/knotholder.h')
-rw-r--r--src/knotholder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/knotholder.h b/src/knotholder.h
index 9a4dda1da..463436be6 100644
--- a/src/knotholder.h
+++ b/src/knotholder.h
@@ -27,6 +27,9 @@ namespace Inkscape {
namespace XML {
class Node;
}
+namespace LivePathEffect {
+class PowerStrokePointArrayParamKnotHolderEntity;
+}
}
class KnotHolder {
@@ -50,6 +53,7 @@ public:
bool knot_mouseover();
friend class ShapeEditor;
+ friend class Inkscape::LivePathEffect::PowerStrokePointArrayParamKnotHolderEntity;
protected:
SPDesktop *desktop;