don't let auditioning make transport buttons inaccessible; delete/rename snapshots...
[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 #include <boost/shared_ptr.hpp>
6
7 namespace ARDOUR {
8         class Redirect;
9 }
10
11 struct RedirectSelection : list<boost::shared_ptr<ARDOUR::Redirect> > {};
12
13 #endif /* __ardour_gtk_redirect_selection_h__ */