1fec8b1d86088fcf18c2d96faf4d2f9869422957
[ardour.git] / gtk2_ardour / automation_selection.h
1 #ifndef __ardour_gtk_automation_selection_h__
2 #define __ardour_gtk_automation_selection_h__
3
4 #include <list>
5
6 namespace ARDOUR {
7         class AutomationList;
8 }
9
10 struct AutomationSelection : list<ARDOUR::AutomationList*> {};
11
12 #endif /* __ardour_gtk_automation_selection_h__ */