replace unicode dash with (monospace) minus.
[ardour.git] / gtk2_ardour / track_view_list.cc
index 343a6f10b0a4fa2677e5d2da69f75294c2c75dcf..cc29a57521476f6ce5231867d34cec8611cb10f5 100755 (executable)
@@ -25,7 +25,10 @@ using namespace std;
 TrackViewList::TrackViewList (list<TimeAxisView*> const & t)
        : list<TimeAxisView*> (t)
 {
+}
 
+TrackViewList::~TrackViewList ()
+{
 }
 
 bool