summaryrefslogtreecommitdiff
path: root/gtk2_ardour/axis_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/axis_view.h')
-rw-r--r--gtk2_ardour/axis_view.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk2_ardour/axis_view.h b/gtk2_ardour/axis_view.h
index bb29c564c1..2c891524b8 100644
--- a/gtk2_ardour/axis_view.h
+++ b/gtk2_ardour/axis_view.h
@@ -68,6 +68,8 @@ class AxisView : public virtual Selectable, public PBD::ScopedConnectionList, pu
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__ */