major changes to Region, AudioRegion, Playlist, AudioPlaylist and Crossfade state...
[ardour.git] / gtk2_ardour / point_selection.h
1 #ifndef __ardour_gtk_point_selection_h__
2 #define __ardour_gtk_point_selection_h__
3
4 #include <list>
5
6 #include "automation_selectable.h"
7
8 struct PointSelection : public std::list<AutomationSelectable> 
9 {
10 };
11
12 #endif /* __ardour_gtk_point_selection_h__ */