Put some up/down buttons to the right of the summary. Might help with #3786.
[ardour.git] / gtk2_ardour / track_view_list.h
index b8a9b54fef65ad77d76b89d380f39ef2756bfc10..0feddec90331ac296a02718cf333edfef04b69bf 100755 (executable)
@@ -30,6 +30,8 @@ public:
        TrackViewList () {}
        TrackViewList (std::list<TimeAxisView*> const &);
 
+       virtual ~TrackViewList ();
+
        virtual TrackViewList add (TrackViewList const &);
        bool contains (TimeAxisView const *) const;
 };