ardour/gtk2_ardour/automation_selection.h

13 lines
270 B
C
Raw Normal View History

#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__ */