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


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

namespace ARDOUR {
	class Route;
}

struct RouteSelection : std::list<boost::shared_ptr<ARDOUR::Route> > {};

#endif /* __ardour_gtk_route_selection_h__ */