Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / sp-path.h
index cd413db5447481140eee38553b1a7e1540206eaf..bf294c37ceebedf980d5af97eae31be309292e27 100644 (file)
@@ -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