X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOMEDS%2FSALOMEDS_StudyManager.cxx;h=813d0820e89192f559314464c1e7c3addbb28b09;hb=bbac39ee34bd6a5e6fd051024209399b97b818b1;hp=814f58bc30a55a2b7a03ea86a53343138e029d2a;hpb=d9904f7ff3e87d82347311c61b53d3127f587fe0;p=modules%2Fyacs.git diff --git a/src/SALOMEDS/SALOMEDS_StudyManager.cxx b/src/SALOMEDS/SALOMEDS_StudyManager.cxx index 814f58bc3..813d0820e 100644 --- a/src/SALOMEDS/SALOMEDS_StudyManager.cxx +++ b/src/SALOMEDS/SALOMEDS_StudyManager.cxx @@ -317,7 +317,7 @@ SALOMEDS_Driver_i* GetDriver(const SALOMEDSImpl_SObject& theObject, CORBA::ORB_p std::string IOREngine = aSCO.GetIOR(); if(!IOREngine.empty()) { CORBA::Object_var obj = orb->string_to_object(IOREngine.c_str()); - Engines::EngineComponent_var Engine = Engines::EngineComponent::_narrow(obj) ; + SALOMEDS::Driver_var Engine = SALOMEDS::Driver::_narrow(obj) ; driver = new SALOMEDS_Driver_i(Engine, orb); } }