summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-16 22:30:26 +0100
committerRobin Gareus <robin@gareus.org>2017-01-16 22:30:26 +0100
commita9f0e218f5803bca6eb87e01ee47667e2ef02a5d (patch)
treeb60ba531e529cc4fc917c5be6b8698ca1c5e89e8 /gtk2_ardour/vca_master_strip.h
parent17d54a0d1cac0ee698c85609030958ffaea0050a (diff)
Prepare generic spill ([mix]busses)
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index 575a21173c..177425570e 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -77,7 +77,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
PBD::ScopedConnectionList vca_connections;
void spill ();
- void spill_change (boost::shared_ptr<ARDOUR::VCA>);
+ void spill_change (boost::shared_ptr<ARDOUR::Stripable>);
void hide_clicked();
bool width_button_pressed (GdkEventButton *);
void set_selected (bool);