X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Faxis_view.h;h=17f8c09a7bc18ffd00614296581b73351fc1744d;hb=e36f74e071d4c14862d23da5ff0d49df0940d536;hp=bb29c564c19e711f49e173ed72fceb93d41ff4c3;hpb=3b018f69028bf1c2701a28dad38352fbbdb8f070;p=ardour.git diff --git a/gtk2_ardour/axis_view.h b/gtk2_ardour/axis_view.h index bb29c564c1..17f8c09a7b 100644 --- a/gtk2_ardour/axis_view.h +++ b/gtk2_ardour/axis_view.h @@ -63,11 +63,13 @@ class AxisView : public virtual Selectable, public PBD::ScopedConnectionList, pu std::string gui_property (const std::string& property_name) const; template void set_gui_property (const std::string& property_name, const T& value) { - gui_object_state().set (state_id(), property_name, value); + gui_object_state().set_property (state_id(), property_name, value); } bool marked_for_display () const; virtual bool set_marked_for_display (bool); + + static GUIObjectState& gui_object_state(); protected: @@ -90,10 +92,6 @@ class AxisView : public virtual Selectable, public PBD::ScopedConnectionList, pu bool _marked_for_display; uint32_t _old_order_key; - -protected: - static GUIObjectState& gui_object_state(); - }; /* class AxisView */ #endif /* __ardour_gtk_axis_view_h__ */