summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/region_selection.h')
-rw-r--r--gtk2_ardour/region_selection.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/region_selection.h b/gtk2_ardour/region_selection.h
index 98d2a4eaab..ee0cdab008 100644
--- a/gtk2_ardour/region_selection.h
+++ b/gtk2_ardour/region_selection.h
@@ -28,11 +28,10 @@ using std::list;
using std::set;
class RegionView;
+class TimeAxisView;
-/**
- * Class to represent list of selected regions.
+/** Class to represent list of selected regions.
*/
-
class RegionSelection : public std::list<RegionView*>, public sigc::trackable
{
public: