fix meter(s) when mixer-strip is switched to AuxSend
[ardour.git] / gtk2_ardour / track_view_list.cc
old mode 100755 (executable)
new mode 100644 (file)
index 343a6f1..cc29a57
@@ -25,7 +25,10 @@ using namespace std;
 TrackViewList::TrackViewList (list<TimeAxisView*> const & t)
        : list<TimeAxisView*> (t)
 {
+}
 
+TrackViewList::~TrackViewList ()
+{
 }
 
 bool