summaryrefslogtreecommitdiffstats
path: root/src/ui/shape-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/shape-editor.h')
-rw-r--r--src/ui/shape-editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/shape-editor.h b/src/ui/shape-editor.h
index 67bce1c98..4618d13e1 100644
--- a/src/ui/shape-editor.h
+++ b/src/ui/shape-editor.h
@@ -26,7 +26,7 @@ public:
ShapeEditor(SPDesktop *desktop, Geom::Affine edit_transform = Geom::identity());
~ShapeEditor();
- void set_item(SPItem *item, bool keep_knotholder = false);
+ void set_item(SPItem *item);
void unset_item(bool keep_knotholder = false);
void update_knotholder(); //((deprecated))
@@ -42,7 +42,7 @@ public:
static void event_attr_changed(Inkscape::XML::Node * /*repr*/, char const *name, char const * /*old_value*/,
char const * /*new_value*/, bool /*is_interactive*/, void *data);
private:
- void reset_item (bool keep_knotholder = true);
+ void reset_item();
static bool _blockSetItem;
SPDesktop *desktop;