Initial import of gtk2_ardour.
[ardour.git] / gtk2_ardour / strip_selection.h
1 #ifndef __ardour_gtk_strip_selection_h__
2 #define __ardour_gtk_strip_selection_h__
3
4 #include <list>
5
6 class MixerStrip;
7
8 struct MixerStripSelection : list<MixerStrip*> {};
9
10 #endif /* __ardour_gtk_strip_selection_h__ */