summaryrefslogtreecommitdiffstats
path: root/src/object/sp-offset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-offset.cpp')
-rw-r--r--src/object/sp-offset.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/sp-offset.cpp b/src/object/sp-offset.cpp
index 82e0b4947..2864e88cb 100644
--- a/src/object/sp-offset.cpp
+++ b/src/object/sp-offset.cpp
@@ -361,7 +361,7 @@ void SPOffset::set_shape() {
SPCurve *c = new SPCurve(pv);
g_assert(c != NULL);
- this->setCurveInsync (c, TRUE);
+ this->setCurveInsync (c);
this->setCurveBeforeLPE(c);
c->unref();
@@ -669,7 +669,7 @@ void SPOffset::set_shape() {
SPCurve *c = new SPCurve(pv);
g_assert(c != NULL);
- this->setCurveInsync (c, TRUE);
+ this->setCurveInsync (c);
this->setCurveBeforeLPE(c);
c->unref();