r228@gwythaint (orig r768): fugalh | 2006-08-09 08:14:55 -0600
[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__ */