summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/satellitesarray.h
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-05-06 17:45:16 +0000
committerJabiertxof <jtx@jtx>2017-05-06 17:45:16 +0000
commit5004996c798cdbad5ff7abbaf2e7272411631cee (patch)
tree9fbb940c15170a68e284dd8ca4a09f84eb8c311d /src/live_effects/parameter/satellitesarray.h
parentUpdating code to trunk (diff)
downloadinkscape-5004996c798cdbad5ff7abbaf2e7272411631cee.tar.gz
inkscape-5004996c798cdbad5ff7abbaf2e7272411631cee.zip
Pre merge fixing
(bzr r13645.1.177)
Diffstat (limited to 'src/live_effects/parameter/satellitesarray.h')
-rw-r--r--src/live_effects/parameter/satellitesarray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/satellitesarray.h b/src/live_effects/parameter/satellitesarray.h
index edaf2f08d..5ae372ac2 100644
--- a/src/live_effects/parameter/satellitesarray.h
+++ b/src/live_effects/parameter/satellitesarray.h
@@ -55,7 +55,7 @@ public:
void setCurrentZoom(double current_zoom);
void setGlobalKnotHide(bool global_knot_hide);
void setEffectType(EffectType et);
- void setPathVectorSatellites(PathVectorSatellites *pathVectorSatellites);
+ void setPathVectorSatellites(PathVectorSatellites *pathVectorSatellites, bool write = true);
void set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color);
friend class FilletChamferKnotHolderEntity;