X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Ftrack_selection.h;h=d94ec3c8c1773bf39aa1edf6c09014a0704b35a9;hb=6ee23029a338951705c589be6c61ab52099758b6;hp=5f85bcfd5866e73323abe38df7b104aeb3edfa9e;hpb=8f45604f277f07cbde4c73a6fe3aeb802df19eab;p=ardour.git diff --git a/gtk2_ardour/track_selection.h b/gtk2_ardour/track_selection.h index 5f85bcfd58..d94ec3c8c1 100644 --- a/gtk2_ardour/track_selection.h +++ b/gtk2_ardour/track_selection.h @@ -34,7 +34,7 @@ public: TrackSelection (PublicEditor const *, TrackViewList const &); virtual ~TrackSelection (); - + TrackViewList add (TrackViewList const &); template @@ -83,7 +83,7 @@ public: } } } - + private: PublicEditor const * _editor; };