Code

enable motion hints for non-freehand actions
[inkscape.git] / src / path-chemistry.h
index 52b3b189d31d4bb4cc89c4d8ecbd6ac41a5c3d06..a715833d052d2085a06623454169ae95fdfeace8 100644 (file)
@@ -17,7 +17,7 @@
 
 void sp_selected_path_combine (void);
 void sp_selected_path_break_apart (void);
-void sp_selected_path_to_curves (void);
+void sp_selected_path_to_curves (bool interactive = true);
 Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy);
 void sp_selected_path_reverse ();