summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shape-editor.h')
-rw-r--r--src/shape-editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h
index ef81540ae..98dbb35d7 100644
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
@@ -143,7 +143,8 @@ private:
Geom::Point curvepoint_event; // int coords from event
Geom::Point curvepoint_doc; // same, in doc coords
- Inkscape::XML::Node *listener_attached_for;
+ Inkscape::XML::Node *knotholder_listener_attached_for;
+ Inkscape::XML::Node *nodepath_listener_attached_for;
};