summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-06-16 23:36:29 +0200
committerRobin Gareus <robin@gareus.org>2014-06-16 23:36:29 +0200
commit33ea2d25f1e11bf97f36053eaa367c2e121ae8fe (patch)
tree6fe110a8613e7c628c884e6cb7220896f474e2ac /gtk2_ardour/engine_dialog.h
parent019e9879440dfed6b87c43592d2abf6e8c363296 (diff)
hide "turn down volume" label for midi-latency measurement
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 616a76e733..3e3f9b82fb 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -93,6 +93,7 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
Gtk::Button lm_back_button;
ArdourButton lm_button_audio;
Gtk::Label lm_title;
+ Gtk::Label lm_preamble;
Gtk::Label lm_results;
Gtk::Table lm_table;
Gtk::VBox lm_vbox;