summaryrefslogtreecommitdiffstats
path: root/src/sp-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-path.h')
-rw-r--r--src/sp-path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-path.h b/src/sp-path.h
index cd413db54..bf294c37c 100644
--- a/src/sp-path.h
+++ b/src/sp-path.h
@@ -37,6 +37,7 @@ gint sp_nodes_in_path(SPPath *path);
void sp_path_set_original_curve (SPPath *path, SPCurve *curve, unsigned int owner, bool write);
SPCurve* sp_path_get_original_curve (SPPath *path);
SPCurve* sp_path_get_curve_for_edit (SPPath *path);
+const SPCurve* sp_path_get_curve_reference (SPPath *path);
#endif