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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/region_selection.h b/gtk2_ardour/region_selection.h
index 305fc69afd..c89bae70e7 100644
--- a/gtk2_ardour/region_selection.h
+++ b/gtk2_ardour/region_selection.h
@@ -23,6 +23,7 @@
#include <list>
#include <sigc++/signal.h>
#include "ardour/types.h"
+#include "shared_ptrs.h"
class RegionView;
class TimeAxisView;
@@ -42,7 +43,7 @@ class RegionSelection : public std::list<RegionView*>, public sigc::trackable
void sort_by_position_and_track ();
bool contains (RegionView*) const;
- bool involves (const TimeAxisView&) const;
+ bool involves (TimeAxisViewPtr) const;
void clear_all();