From 260058a4a966462fe4835b15f31aa2ac3dcfd8d3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 3 Jun 2016 15:15:30 -0400 Subject: move from PresentationInfo::global_order() to PresentationInfo::order, and fix up part of reordering behaviour Dragging tracks/busses in the editor *below* VCAs still does not work --- gtk2_ardour/time_axis_view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/time_axis_view.h') diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h index daef126406..c2b885302b 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -57,6 +57,7 @@ namespace ARDOUR { class Session; class RouteGroup; class Playlist; + class Stripable; } namespace Gtk { @@ -104,6 +105,7 @@ class TimeAxisView : public virtual AxisView static void setup_sizes (); + virtual boost::shared_ptr stripable() const = 0; virtual ARDOUR::PresentationInfo const & presentation_info () const = 0; /** @return index of this TimeAxisView within its parent */ -- cgit v1.2.3