summaryrefslogtreecommitdiffstats
path: root/src/event-context.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-04 12:19:54 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-04 12:19:54 +0000
commit88f4b0093529c35964c39b589a0b614ad231d02c (patch)
treec0c2cf46cdd788415efe2e15e398779b24607b8a /src/event-context.h
parentAdded tool style for eraser. (diff)
downloadinkscape-88f4b0093529c35964c39b589a0b614ad231d02c.tar.gz
inkscape-88f4b0093529c35964c39b589a0b614ad231d02c.zip
C++ify knotholders
(bzr r5797)
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;