This commit is contained in:
Anthony Geay 2021-01-13 17:42:58 +01:00
parent 16d4535b34
commit 752cb307d6

View 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);