diff options
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.h')
| -rw-r--r-- | src/ui/dialog/livepatheffect-editor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.h b/src/ui/dialog/livepatheffect-editor.h index 7f6f56fd2..e355bba6e 100644 --- a/src/ui/dialog/livepatheffect-editor.h +++ b/src/ui/dialog/livepatheffect-editor.h @@ -41,14 +41,14 @@ namespace Dialog { class LivePathEffectEditor : public UI::Widget::Panel { public: LivePathEffectEditor(); - virtual ~LivePathEffectEditor(); + ~LivePathEffectEditor() override; static LivePathEffectEditor &getInstance() { return *new LivePathEffectEditor(); } void onSelectionChanged(Inkscape::Selection *sel); void onSelectionModified(Inkscape::Selection *sel); virtual void on_effect_selection_changed(); - void setDesktop(SPDesktop *desktop); + void setDesktop(SPDesktop *desktop) override; private: @@ -88,7 +88,7 @@ private: add(lperef); add(col_visible); } - virtual ~ModelColumns() {} + ~ModelColumns() override {} Gtk::TreeModelColumn<Glib::ustring> col_name; Gtk::TreeModelColumn<LivePathEffect::LPEObjectReference *> lperef; |
