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

#include <list>

namespace ARDOUR {
	class Route;
}

struct RouteSelection : list<ARDOUR::Route*> {};

#endif /* __ardour_gtk_route_selection_h__ */