From b00ff125b18bf32ff7fc93e687fb9e0f9f9b5269 Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Tue, 27 May 2014 21:27:16 -0400 Subject: [PATCH] [P4/git history rebuild] header file changes associated with mixer string rearrangement --- gtk2_ardour/mixer_strip.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h index 883bfffdba..a619a78f04 100644 --- a/gtk2_ardour/mixer_strip.h +++ b/gtk2_ardour/mixer_strip.h @@ -173,6 +173,10 @@ class MixerStrip : public RouteUI, public Gtk::EventBox Gtk::Table top_button_table; Gtk::Table middle_button_table; Gtk::Table bottom_button_table; + Gtk::Table auto_n_io_table; + + Gtk::Label automation_label; + Gtk::Label io_label; ArdourButton meter_point_button;