summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-04 15:41:55 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-04 15:41:55 +0000
commitcc6016400bbd903e5d2a1720708ecde8d71f44d3 (patch)
tree41166df0d8ac89193d4b6bc3c45897267d86e36e /gtk2_ardour/automation_line.h
parentaa72da4f9ffc2f7011c2e7f801fb5c04ecbfa58f (diff)
Allow rubberband selection of MIDI automation points. Fixes
git-svn-id: svn://localhost/ardour2/branches/3.0@7535 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_line.h')
-rw-r--r--gtk2_ardour/automation_line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_line.h b/gtk2_ardour/automation_line.h
index 7fcad9a4f8..0222328634 100644
--- a/gtk2_ardour/automation_line.h
+++ b/gtk2_ardour/automation_line.h
@@ -68,7 +68,7 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
std::list<ControlPoint*> point_selection_to_control_points (PointSelection const &);
void set_selected_points (PointSelection&);
- void get_selectables (nframes_t& start, nframes_t& end,
+ void get_selectables (nframes_t start, nframes_t end,
double botfrac, double topfrac,
std::list<Selectable*>& results);
void get_inverted_selectables (Selection&, std::list<Selectable*>& results);