]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
WIP
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 13 Jan 2021 16:42:58 +0000 (17:42 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 13 Jan 2021 16:42:58 +0000 (17:42 +0100)
src/SMESH_I/SMESH_Gen_i.cxx

index 4a8e9b303bde9c122584334685d459110554b33c..29042840357c576a457ebf414c2742abbeb00fea 100644 (file)
@@ -332,7 +332,7 @@ SMESH_Gen_i::SMESH_Gen_i( CORBA::ORB_ptr            orb,
                           const char*               instanceName,
                           const char*               interfaceName,
                           bool                      checkNS)
-  : Engines_Component_i( orb, poa, contId, instanceName, interfaceName )
+  : Engines_Component_i( orb, poa, contId, instanceName, interfaceName, false, checkNS )
 {
 
   myOrb = CORBA::ORB::_duplicate(orb);