new color management design starts to take shape (canvas color only for now)
[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__ */