r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
[ardour.git] / gtk2_ardour / track_selection.h
1 #ifndef __ardour_gtk_track_selection_h__
2 #define __ardour_gtk_track_selection_h__
3
4 #include <list>
5
6 class TimeAxisView;
7
8 struct TrackSelection : public list<TimeAxisView*> {};
9
10 #endif /* __ardour_gtk_track_selection_h__ */