yet another multi-ABI bundle installer fix
[ardour.git] / gtk2_ardour / track_selection.cc
old mode 100755 (executable)
new mode 100644 (file)
index 95ca125..6937eb6
 */
 
 #include <algorithm>
+
 #include "ardour/route_group.h"
+#include "control_protocol/control_protocol.h"
+
 #include "track_selection.h"
 #include "time_axis_view.h"
 #include "public_editor.h"
@@ -29,7 +32,10 @@ TrackSelection::TrackSelection (PublicEditor const * e, TrackViewList const &t)
        : TrackViewList (t)
        , _editor (e)
 {
+}
 
+TrackSelection::~TrackSelection ()
+{
 }
 
 TrackViewList
@@ -54,4 +60,3 @@ TrackSelection::add (TrackViewList const & t)
 
        return added;
 }
-