As in previous commit, 2 more parameters were incorrectly named:
[synfig.git] / synfig-studio / trunk / src / gtkmm / layertreestore.h
index 87a5bb9..24df433 100644 (file)
@@ -93,7 +93,7 @@ public:
        */
 
 public:
-       
+
        //! TreeModel for the layers
        const Model model;
 
@@ -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;
@@ -171,7 +170,7 @@ private:
        */
 
 public:
-       
+
        LayerTreeStore(etl::loose_handle<synfigapp::CanvasInterface> canvas_interface_);
        ~LayerTreeStore();
 
@@ -206,7 +205,7 @@ public:
        */
 
 public:
-       
+
        static Glib::RefPtr<LayerTreeStore> create(etl::loose_handle<synfigapp::CanvasInterface> canvas_interface_);