summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_selection.h
blob: 5bcd77cfe47a3ab01603a502d05353097eae3bb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __ardour_gtk_redirect_selection_h__
#define __ardour_gtk_redirect_selection_h__

#include <list>
#include <boost/shared_ptr.hpp>

namespace ARDOUR {
	class Redirect;
}

struct RedirectSelection : list<boost::shared_ptr<ARDOUR::Redirect> > {};

#endif /* __ardour_gtk_redirect_selection_h__ */