summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.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/shape-editor.h
parentAdded tool style for eraser. (diff)
downloadinkscape-88f4b0093529c35964c39b589a0b614ad231d02c.tar.gz
inkscape-88f4b0093529c35964c39b589a0b614ad231d02c.zip
C++ify knotholders
(bzr r5797)
Diffstat (limited to 'src/shape-editor.h')
-rw-r--r--src/shape-editor.h6
1 files changed, 3 insertions, 3 deletions
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;