summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_selection.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-27 01:20:25 +0000
committerDavid Robillard <d@drobilla.net>2009-02-27 01:20:25 +0000
commiteeae6aec340d74eba7f5d00e450cbe47afcf0ec0 (patch)
tree8efaaae427efcd961336189295270f0f8cf7624e /gtk2_ardour/region_selection.h
parent9f77cd9e19cd639c24c99b214a436294a54eb49a (diff)
Split TimeFXDialog from Editor.
git-svn-id: svn://localhost/ardour2/branches/3.0@4698 d708f5d6-7413-0410-9779-e7cbd77b26cf
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: