Initial import of gtk2_ardour.
[ardour.git] / gtk2_ardour / point_selection.h
diff --git a/gtk2_ardour/point_selection.h b/gtk2_ardour/point_selection.h
new file mode 100644 (file)
index 0000000..d0ad08e
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef __ardour_gtk_point_selection_h__
+#define __ardour_gtk_point_selection_h__
+
+#include <list>
+
+#include "automation_selectable.h"
+
+struct PointSelection : public std::list<AutomationSelectable> 
+{
+};
+
+#endif /* __ardour_gtk_point_selection_h__ */