]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
WIP
authorAnthony GEAY <anthony.geay@edf.fr>
Fri, 19 Feb 2021 22:34:12 +0000 (23:34 +0100)
committerAnthony GEAY <anthony.geay@edf.fr>
Fri, 19 Feb 2021 22:34:12 +0000 (23:34 +0100)
src/Session/Session_NS_wrapper.cxx

index 6d6d05a24898f9b4170fed40f07349949bcb5f1f..0b3c545ad2de4a602aac977818902b0342e2f6b8 100644 (file)
@@ -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 &)
   {