summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_selection.h
blob: 1fec8b1d86088fcf18c2d96faf4d2f9869422957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __ardour_gtk_automation_selection_h__
#define __ardour_gtk_automation_selection_h__

#include <list>

namespace ARDOUR {
	class AutomationList;
}

struct AutomationSelection : list<ARDOUR::AutomationList*> {};

#endif /* __ardour_gtk_automation_selection_h__ */