summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-08-31 22:49:26 +0000
committerCarl Hetherington <carl@carlh.net>2009-08-31 22:49:26 +0000
commit7076f0e88eae85bd5cfbccd9a0997a2647a3c781 (patch)
treec93d06fcf82a6117de9e39afc4f4c0571ae0e04c /gtk2_ardour/streamview.h
parent1aa38f074f6dfaec52edd9be5a0421a82e39a7fb (diff)
Make drag selection work properly with stacked region mode.
git-svn-id: svn://localhost/ardour2/branches/3.0@5607 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index c696b63f7a..39ca9f10d3 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -89,7 +89,7 @@ public:
void foreach_regionview (sigc::slot<void,RegionView*> slot);
void set_selected_regionviews (RegionSelection&);
- void get_selectables (nframes_t start, nframes_t end, std::list<Selectable* >&);
+ void get_selectables (nframes_t, nframes_t, double, double, std::list<Selectable* >&);
void get_inverted_selectables (Selection&, std::list<Selectable* >& results);
virtual void update_contents_metrics(boost::shared_ptr<ARDOUR::Region>) {}