r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
[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__ */