summaryrefslogtreecommitdiff
path: root/gtk2_ardour/track_selection.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-01 23:20:18 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-01 23:20:18 +0000
commit5b97b137663d0990d1a3ac172f01b200a45e4692 (patch)
treef0d18663e4eadf52e2e805eb5f946e6ca1f5e234 /gtk2_ardour/track_selection.cc
parent236868761c1823cafa328ce4e25a7d7f66ef402c (diff)
Separate route list code from Editor into its own object, EditorRouteList. Hopefully makes things a bit better.
git-svn-id: svn://localhost/ardour2/branches/3.0@5302 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/track_selection.cc')
-rwxr-xr-xgtk2_ardour/track_selection.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/track_selection.cc b/gtk2_ardour/track_selection.cc
index 5e29224491..d9c7f02e19 100755
--- a/gtk2_ardour/track_selection.cc
+++ b/gtk2_ardour/track_selection.cc
@@ -3,6 +3,12 @@
using namespace std;
+TrackSelection::TrackSelection (list<TimeAxisView*> const &t)
+ : list<TimeAxisView*> (t)
+{
+
+}
+
list<TimeAxisView*>
TrackSelection::add (list<TimeAxisView*> const & t)
{