diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-09-14 17:41:55 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-09-14 17:41:55 +0000 |
| commit | 7b9d1a665c2b4485223bbbfca0720c0c86acacd5 (patch) | |
| tree | 1c598df5b9b81ea6ad881d711f96c4ce3328c7b7 /src/live_effects/effect.cpp | |
| parent | Remove sp-xmlview-attr with attrdialog (C++) and improve interface (diff) | |
| download | inkscape-7b9d1a665c2b4485223bbbfca0720c0c86acacd5.tar.gz inkscape-7b9d1a665c2b4485223bbbfca0720c0c86acacd5.zip | |
improbe UX of Fillet/Chamfer LPE
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 1eb08a0e8..46767ac84 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -409,8 +409,7 @@ Effect::Effect(LivePathEffectObject *lpeobject) current_zoom = 0.0; } -Effect::~Effect() -= default; +Effect::~Effect() = default; Glib::ustring Effect::getName() const |
