pixbufs instead of pixmaps; function-scope local fd's for reading from a FileSource
[ardour.git] / gtk2_ardour / redirect_selection.h
1 #ifndef __ardour_gtk_redirect_selection_h__
2 #define __ardour_gtk_redirect_selection_h__
3
4 #include <list>
5
6 namespace ARDOUR {
7         class Redirect;
8 }
9
10 struct RedirectSelection : list<ARDOUR::Redirect*> {};
11
12 #endif /* __ardour_gtk_redirect_selection_h__ */