X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fevent-context.h;h=3a745a6a2c4cafb6d8c4f89268a9cc2003e89306;hb=0eabaf23abbefddefec648c03e0ce25f0d68a5f9;hp=8b0b5d128b083045f40b5a8134fc7491ee0852ba;hpb=a99726600d27daa67c5af9cdb17b2a6b1c7397ad;p=inkscape.git 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;