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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/region_selection.h b/gtk2_ardour/region_selection.h
index 5c05a813f9..2ccf347835 100644
--- a/gtk2_ardour/region_selection.h
+++ b/gtk2_ardour/region_selection.h
@@ -39,9 +39,11 @@ class RegionSelection : public std::list<RegionView*>, public sigc::trackable
void add (RegionView*);
bool remove (RegionView*);
- bool contains (RegionView*);
void sort_by_position_and_track ();
+ bool contains (RegionView*) const;
+ bool involves (const TimeAxisView&) const;
+
void clear_all();
nframes_t start () const {