Use a list of ControlPoints to hold the automation selection,
[ardour.git] / gtk2_ardour / point_selection.h
index 85acc90ec8fc57eb16e83d3ea191bb85608f9c3b..5ed5ae1573c29a7ee45b568387c8a5cf489ab79c 100644 (file)
 #define __ardour_gtk_point_selection_h__
 
 #include <list>
-#include <boost/noncopyable.hpp>
 
-#include "automation_range.h"
+class ControlPoint;
 
-struct PointSelection : public std::list<AutomationRange>
+struct PointSelection : public std::list<ControlPoint *>
 {
 };