diff options
| author | Jabiertxof <jtx@jtx> | 2017-04-29 00:01:22 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-04-29 00:01:22 +0000 |
| commit | e5601e5e84df30c40d93271fd69cecd31391e309 (patch) | |
| tree | 7408c6a5bb33c58d1757ef9ce85041e532bd5c5e /src/live_effects/parameter/filletchamferpointarray.h | |
| parent | Update to trunk (diff) | |
| download | inkscape-e5601e5e84df30c40d93271fd69cecd31391e309.tar.gz inkscape-e5601e5e84df30c40d93271fd69cecd31391e309.zip | |
Rewrite UX
(bzr r15620.1.12)
Diffstat (limited to 'src/live_effects/parameter/filletchamferpointarray.h')
| -rw-r--r-- | src/live_effects/parameter/filletchamferpointarray.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/parameter/filletchamferpointarray.h b/src/live_effects/parameter/filletchamferpointarray.h index b81339a69..4e4268703 100644 --- a/src/live_effects/parameter/filletchamferpointarray.h +++ b/src/live_effects/parameter/filletchamferpointarray.h @@ -55,6 +55,7 @@ public: virtual void set_chamfer_steps(int value_chamfer_steps); virtual void addCanvasIndicators(SPLPEItem const *lpeitem, std::vector<Geom::PathVector> &hp_vec); + virtual void param_update_default(const gchar * default_value){}; virtual bool providesKnotHolderEntities() const { return true; } |
