summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-07 14:47:36 +0200
committerRobin Gareus <robin@gareus.org>2017-07-07 14:47:36 +0200
commit68c106eab521ecbf85ac1d93b168b5814dda0df1 (patch)
tree6c2aaab5f1ea786a45e95b42cffc077310b23230 /gtk2_ardour/time_axis_view.h
parentf2c7f2fdcbecb432c0a5e985ff512b0d830a0b12 (diff)
Fix VCA Automation Lane selection
This moves child-selection API up into TAV (Superclass of StripableTAV which actually owns the children)
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index f33379e4d6..7f9e562ee1 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -189,7 +189,7 @@ class TimeAxisView : public virtual AxisView
const int32_t sub_num) { return false; }
virtual void set_selected_regionviews (RegionSelection&) {}
- virtual void set_selected_points (PointSelection&) {}
+ virtual void set_selected_points (PointSelection&);
virtual void fade_range (TimeSelection&) {}