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, 3 insertions, 0 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h
index c8f5aa419..4e7886957 100644
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
@@ -16,6 +16,7 @@
#include <libnr/nr-forward.h>
namespace Inkscape { namespace NodePath { class Path; } }
+namespace Inkscape { namespace XML { class Node; } }
#include "libnr/nr-path-code.h"
#include "libnr/nr-point.h"
@@ -136,6 +137,8 @@ private:
bool hit;
NR::Point curvepoint_event; // int coords from event
NR::Point curvepoint_doc; // same, in doc coords
+
+ Inkscape::XML::Node *listener_attached_for;
};