summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-01 08:48:54 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:38 -0400
commitd47dc72595b322d42d88021407ffe14e9c0c24e3 (patch)
tree9bb7ffb9d343a4d5007f275044b3a9c5fa58d432 /gtk2_ardour/route_ui.h
parentf5df3c291e05d30cf22d8bc3f12c3e09397ab55b (diff)
single button for VCA assignment, plus unassign now works
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index f9f48855b5..1b021abd66 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -126,7 +126,7 @@ class RouteUI : public virtual AxisView
ArdourButton* solo_safe_led;
ArdourButton* solo_isolated_led;
- std::vector<ArdourButton*> vca_buttons;
+ ArdourButton* vca_button;
Gtk::Label monitor_input_button_label;
Gtk::Label monitor_disk_button_label;