Fix 1382032: problem which made it impossible to enable, disable, or rename layers...
[synfig.git] / synfig-studio / trunk / src / gtkmm / layertreestore.h
index 87a5bb9..56537b9 100644 (file)
@@ -118,8 +118,7 @@ private:
        */
 
 private:
-
-       virtual void set_value_impl (const Gtk::TreeModel::iterator& row, int column, const Glib::ValueBase& value);
+       virtual void  set_value_impl (const Gtk::TreeModel::iterator& row, int column, const Glib::ValueBase& value);
        virtual void  get_value_vfunc (const Gtk::TreeModel::iterator& iter, int column, Glib::ValueBase& value)const;
 
        virtual bool  row_draggable_vfunc (const TreeModel::Path& path)const;