diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-03-09 23:37:22 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-03-26 17:48:34 +0000 |
| commit | e91d79e807ad5072378745e3a2ce3f2cedbfc850 (patch) | |
| tree | 751c35fa9c8aeccc8cfb3734c4fd8a5f154ed6c6 /src/object/sp-shape.h | |
| parent | Fixing refs (diff) | |
| download | inkscape-e91d79e807ad5072378745e3a2ce3f2cedbfc850.tar.gz inkscape-e91d79e807ad5072378745e3a2ce3f2cedbfc850.zip | |
Allow path move
Diffstat (limited to 'src/object/sp-shape.h')
| -rw-r--r-- | src/object/sp-shape.h | 2 |
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; |
