X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fpath-chemistry.cpp;h=7eb84b13724df0aa7770af83f9eb440bb333da7e;hb=03a65c733a473cd92d50132961d02c3910417f72;hp=cbb157c3dc24099c4945742ec66cdd6becae8e9f;hpb=189100d6cbd56b744e54f0dbdc98b76e7dbe3dc4;p=inkscape.git diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index cbb157c3d..7eb84b137 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -34,9 +34,10 @@ #include "selection.h" #include "desktop-handles.h" +#include "path-chemistry.h" + /* Helper functions for sp_selected_path_to_curves */ static void sp_selected_path_to_curves0(gboolean do_document_done, guint32 text_grouping_policy); -static Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy); enum { /* Not used yet. This is the placeholder of Lauris's idea. */ SP_TOCURVE_INTERACTIVE = 1 << 0, @@ -309,7 +310,7 @@ sp_selected_path_to_curves0(gboolean interactive, guint32 text_grouping_policy) } } -static Inkscape::XML::Node * +Inkscape::XML::Node * sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy) { if (!item)