Salome HOME
#24666 [CEA][Windows] BLSURPLUGIN compilation issue
[modules/smesh.git] / src / SMESH_I / SMESH_Component_Generator.cxx
index aafbd35cce8648ad2b662acc9608e7113950bda0..0a1a1d9c210b6b6f781a202d0e22512cb4bec7f5 100644 (file)
@@ -43,7 +43,7 @@ Engines::EngineComponent_var RetrieveSMESHInstance()
     PortableServer::POAManager_var pman = poa->the_POAManager();
     CORBA::PolicyList policies;
     policies.length(0);
-    Engines_Container_i *cont(KERNEL::getContainerSA());
+    auto *cont(KERNEL::getContainerSA());
     PortableServer::ObjectId *conId(cont->getCORBAId());
     //
     pman->activate();