use newly factored canvas in gtk2_ardour
[ardour.git] / gtk2_ardour / axis_view.h
index 2c891524b8f379269419df30b3f52985235f1455..8e777c2a58550d251da31f46f43cc277cd29ed6d 100644 (file)
@@ -63,7 +63,7 @@ class AxisView : public virtual Selectable, public PBD::ScopedConnectionList, pu
        std::string gui_property (const std::string& property_name) const;
        
        template<typename T> void set_gui_property (const std::string& property_name, const T& value) {
-               gui_object_state().set<T> (state_id(), property_name, value);
+               gui_object_state().set_property<T> (state_id(), property_name, value);
        }
 
        bool marked_for_display () const;
@@ -83,7 +83,6 @@ class AxisView : public virtual Selectable, public PBD::ScopedConnectionList, pu
         */
        static Gdk::Color unique_random_color();
 
-
        Gdk::Color _color;
 
        static std::list<Gdk::Color> used_colors;