diff options
| author | Jabiertxof <jtx@jtx> | 2017-05-06 17:45:16 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-05-06 17:45:16 +0000 |
| commit | 5004996c798cdbad5ff7abbaf2e7272411631cee (patch) | |
| tree | 9fbb940c15170a68e284dd8ca4a09f84eb8c311d /src/live_effects/parameter/satellitesarray.h | |
| parent | Updating code to trunk (diff) | |
| download | inkscape-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.h | 2 |
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; |
