Fix yet another oversight for the windows icon file update
[ardour.git] / gtk2_ardour / mixer_strip.h
index abafb3b1f37b76e50f6a02bfa65bc6eef4e89ad4..e40c38ff40778dc7eee3fc431c87587afd7df91d 100644 (file)
@@ -185,6 +185,9 @@ class MixerStrip : public AxisView, public RouteUI, public Gtk::EventBox
        Gtk::Table mute_solo_table;
        Gtk::Table bottom_button_table;
 
+       void vca_assign (boost::shared_ptr<ARDOUR::VCA>);
+       void vca_unassign (boost::shared_ptr<ARDOUR::VCA>);
+
        void meter_changed ();
        void monitor_changed ();