summaryrefslogtreecommitdiffstats
path: root/src/object/sp-shape.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-03-09 23:37:22 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-03-26 17:48:34 +0000
commite91d79e807ad5072378745e3a2ce3f2cedbfc850 (patch)
tree751c35fa9c8aeccc8cfb3734c4fd8a5f154ed6c6 /src/object/sp-shape.h
parentFixing refs (diff)
downloadinkscape-e91d79e807ad5072378745e3a2ce3f2cedbfc850.tar.gz
inkscape-e91d79e807ad5072378745e3a2ce3f2cedbfc850.zip
Allow path move
Diffstat (limited to 'src/object/sp-shape.h')
-rw-r--r--src/object/sp-shape.h2
1 files changed, 1 insertions, 1 deletions
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;