From e91d79e807ad5072378745e3a2ce3f2cedbfc850 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 10 Mar 2018 00:37:22 +0100 Subject: Allow path move --- src/object/sp-shape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/sp-shape.h') diff --git a/src/object/sp-shape.h b/src/object/sp-shape.h index 76d11d52c..be097e390 100644 --- a/src/object/sp-shape.h +++ b/src/object/sp-shape.h @@ -43,7 +43,7 @@ public: SPCurve * getCurveBeforeLPE (unsigned int owner = FALSE) const; SPCurve * getCurveForEdit (unsigned int owner = FALSE) const; void setCurve (SPCurve *curve, unsigned int owner = TRUE); - void setCurveBeforeLPE (SPCurve *new_curve, unsigned int owner = TRUE, bool write = FALSE); + void setCurveBeforeLPE (SPCurve *new_curve, unsigned int owner = TRUE); void setCurveInsync (SPCurve *curve, unsigned int owner = TRUE); int hasMarkers () const; int numberOfMarkers (int type) const; -- cgit v1.2.3