when moving tempo and metric sections around (or adding new ones), prevent the existe...
[ardour.git] / gtk2_ardour / point_selection.h
index 1b442d279bd70094a9d9fc90b0d25269a508bb43..85acc90ec8fc57eb16e83d3ea191bb85608f9c3b 100644 (file)
@@ -23,9 +23,9 @@
 #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>
 {
 };