summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_params_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/route_params_ui.cc')
-rw-r--r--gtk2_ardour/route_params_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/route_params_ui.cc b/gtk2_ardour/route_params_ui.cc
index 8d125a566d..b5655f0cc9 100644
--- a/gtk2_ardour/route_params_ui.cc
+++ b/gtk2_ardour/route_params_ui.cc
@@ -261,13 +261,13 @@ RouteParams_UI::setup_io_frames()
// input
_input_iosel = new IOSelector (*session, _route, true);
_input_iosel->redisplay ();
- input_frame.add (*_input_iosel);
+ input_frame.add (*_input_iosel);
input_frame.show_all();
// output
_output_iosel = new IOSelector (*session, _route, false);
_output_iosel->redisplay ();
- output_frame.add (*_output_iosel);
+ output_frame.add (*_output_iosel);
output_frame.show_all();
}