diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-03-08 23:50:57 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-03-26 17:48:34 +0000 |
| commit | 6e5d89bf9595648fcebcf76fd031ba1ea022d397 (patch) | |
| tree | a7eb90d21021e843a63c286427a533a4402877d7 /src/object/sp-shape.h | |
| parent | Fix maren problem in https://gitlab.com/inkscape/inkscape/merge_requests/212#... (diff) | |
| download | inkscape-6e5d89bf9595648fcebcf76fd031ba1ea022d397.tar.gz inkscape-6e5d89bf9595648fcebcf76fd031ba1ea022d397.zip | |
Fixing refs
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 be097e390..76d11d52c 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); + void setCurveBeforeLPE (SPCurve *new_curve, unsigned int owner = TRUE, bool write = FALSE); void setCurveInsync (SPCurve *curve, unsigned int owner = TRUE); int hasMarkers () const; int numberOfMarkers (int type) const; |
