summaryrefslogtreecommitdiff
path: root/gtk2_ardour/point_selection.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-11 01:23:03 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-11 01:23:03 +0000
commitefe60474d6447fa710db5dd863f3058e3ab2e511 (patch)
tree91084a3378904dcfadacd94507d2035e49973277 /gtk2_ardour/point_selection.h
parent33e58df92c0b6731bdabe96f67bebad665c5d8da (diff)
Hopefully fix up automation control point selection (finally).
git-svn-id: svn://localhost/ardour2/branches/3.0@7592 d708f5d6-7413-0410-9779-e7cbd77b26cf
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>
{
};