From 88f4b0093529c35964c39b589a0b614ad231d02c Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Wed, 4 Jun 2008 12:19:54 +0000 Subject: C++ify knotholders (bzr r5797) --- src/shape-editor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/shape-editor.h') diff --git a/src/shape-editor.h b/src/shape-editor.h index bc4d9eff3..b117c3ce9 100644 --- a/src/shape-editor.h +++ b/src/shape-editor.h @@ -24,7 +24,7 @@ class Path; #include "libnr/nr-point.h" #include "libnr/nr-maybe.h" -class SPKnotHolder; +class KnotHolder; class SPDesktop; class SPNodeContext; class ShapeEditorsCollective; @@ -37,7 +37,7 @@ public: void set_item (SPItem *item); void set_item_lpe_path_parameter(SPItem *item, SPObject *lpeobject, const char * key); - void set_knotholder(SPKnotHolder * knot_holder); + void set_knotholder(KnotHolder * knot_holder); void reset_item (); void unset_item (); @@ -121,7 +121,7 @@ private: SPDesktop *desktop; Inkscape::NodePath::Path *nodepath; - SPKnotHolder *knotholder; + KnotHolder *knotholder; ShapeEditorsCollective *container; -- cgit v1.2.3