diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index dce08375ea..94725d04cf 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -99,7 +99,10 @@ RouteUI::RouteUI (ARDOUR::Session* sess) boost::to_lower (lpn); program_port_prefix = lpn + ":"; // e.g. "ardour:" } - if (sess) init (); + + if (sess) { + init (); + } } RouteUI::~RouteUI()