Clean up plugin preset handling a bit.
[ardour.git] / gtk2_ardour / point_selection.h
index 0b89f344548b8666693cbf3bc8c2c4db427f06d7..85acc90ec8fc57eb16e83d3ea191bb85608f9c3b 100644 (file)
 #define __ardour_gtk_point_selection_h__
 
 #include <list>
+#include <boost/noncopyable.hpp>
 
-#include "automation_selectable.h"
+#include "automation_range.h"
 
-struct PointSelection : public std::list<AutomationSelectable>
+struct PointSelection : public std::list<AutomationRange>
 {
 };