summaryrefslogtreecommitdiffstats
path: root/src/event-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event-context.h')
-rw-r--r--src/event-context.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/event-context.h b/src/event-context.h
index 8b0b5d128..3a745a6a2 100644
--- a/src/event-context.h
+++ b/src/event-context.h
@@ -24,8 +24,7 @@
struct GrDrag;
struct SPDesktop;
struct SPItem;
-struct SPKnotHolder;
-
+class KnotHolder;
namespace NR {
class Point;
}
@@ -72,7 +71,7 @@ struct SPEventContext : public GObject {
GrDrag *_grdrag;
GrDrag *get_drag () {return _grdrag;}
- SPKnotHolder *shape_knot_holder;
+ KnotHolder *shape_knot_holder;
Inkscape::XML::Node *shape_repr;
bool space_panning;