summaryrefslogtreecommitdiff
path: root/gtk2_ardour/point_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/point_selection.h')
-rw-r--r--gtk2_ardour/point_selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/point_selection.h b/gtk2_ardour/point_selection.h
index 1b442d279b..85acc90ec8 100644
--- a/gtk2_ardour/point_selection.h
+++ b/gtk2_ardour/point_selection.h
@@ -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>
{
};