From: Anthony GEAY Date: Fri, 19 Feb 2021 22:34:12 +0000 (+0100) Subject: WIP X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6a101b60aef7967ce5170ef546809979faf5f5d6;p=modules%2Fgui.git WIP --- diff --git a/src/Session/Session_NS_wrapper.cxx b/src/Session/Session_NS_wrapper.cxx index 6d6d05a24..0b3c545ad 100644 --- a/src/Session/Session_NS_wrapper.cxx +++ b/src/Session/Session_NS_wrapper.cxx @@ -115,7 +115,7 @@ Engines_Container_i *OldStyleNS::activateContainer(CORBA::ORB_var orb, PortableS { containerName = argv[1]; } - _container = new Engines_Container_i(orb, poa, containerName, argc, argv, true, false); + _container = new Engines_Container_i(orb, poa, containerName, argc, argv, nullptr, false); } catch (CORBA::SystemException &) {