X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftrack_selection.cc;h=6937eb623d904e59c2efee001527bccee13f0cb9;hb=5a8553f02cb9bcbd75b797c6260539f7a8f8e47a;hp=95ca1253b89fa3a61391948494056d6a19868274;hpb=ce7a5e1c9fa3edf2d9cc66875505e402a0aaa6f6;p=ardour.git diff --git a/gtk2_ardour/track_selection.cc b/gtk2_ardour/track_selection.cc old mode 100755 new mode 100644 index 95ca1253b8..6937eb623d --- a/gtk2_ardour/track_selection.cc +++ b/gtk2_ardour/track_selection.cc @@ -18,7 +18,10 @@ */ #include + #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; } -