summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 670bab0561..ec08670259 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -179,7 +179,6 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Gtk::Table solo_iso_table;
Gtk::Table mute_solo_table;
Gtk::Table bottom_button_table;
- Gtk::Table vca_table;
ArdourButton meter_point_button;
@@ -323,8 +322,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
std::string meter_point_string (ARDOUR::MeterPoint);
- void vca_menu_toggle (Gtk::MenuItem*, uint32_t n);
- bool vca_button_release (GdkEventButton* ev, uint32_t which);
+ void vca_menu_toggle (Gtk::CheckMenuItem*, uint32_t n);
+ bool vca_button_release (GdkEventButton* ev);
};
#endif /* __ardour_mixer_strip__ */