2005-09-25 14:42:24 -04:00
|
|
|
#ifndef __ardour_gtk_redirect_selection_h__
|
|
|
|
#define __ardour_gtk_redirect_selection_h__
|
|
|
|
|
|
|
|
#include <list>
|
2006-07-27 21:08:57 -04:00
|
|
|
#include <boost/shared_ptr.hpp>
|
2005-09-25 14:42:24 -04:00
|
|
|
|
|
|
|
namespace ARDOUR {
|
|
|
|
class Redirect;
|
|
|
|
}
|
|
|
|
|
2006-07-27 21:08:57 -04:00
|
|
|
struct RedirectSelection : list<boost::shared_ptr<ARDOUR::Redirect> > {};
|
2005-09-25 14:42:24 -04:00
|
|
|
|
|
|
|
#endif /* __ardour_gtk_redirect_selection_h__ */
|