From e678d3530b2c102f75b2ef35b7a8df91b9c410c1 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 20 Jul 2008 20:00:59 +0000 Subject: whitespace, and add virtual destructor to ModelColumns of LPE stack dialog (bzr r6374) --- src/ui/dialog/livepatheffect-editor.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/ui/dialog/livepatheffect-editor.h b/src/ui/dialog/livepatheffect-editor.h index 49b25d607..a1d4479ab 100644 --- a/src/ui/dialog/livepatheffect-editor.h +++ b/src/ui/dialog/livepatheffect-editor.h @@ -68,16 +68,17 @@ private: class ModelColumns : public Gtk::TreeModel::ColumnRecord { - public: - ModelColumns() - { + public: + ModelColumns() + { add(col_name); add(lperef); - } + } + virtual ~ModelColumns() {} - Gtk::TreeModelColumn col_name; - Gtk::TreeModelColumn lperef; - }; + Gtk::TreeModelColumn col_name; + Gtk::TreeModelColumn lperef; + }; Inkscape::UI::Widget::ComboBoxEnum combo_effecttype; -- cgit v1.2.3