X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FExchangePlugin_ImportFeature.cpp;h=a0e7ebaaf1fd5faf309e0069699598563b43a292;hb=676ee79de539b14b242a561857c1505cce13d951;hp=e2d29c9c85ad7b2c8255a96617f8e068d9c1e5b0;hpb=82d3fff7d0ed2c089da5aa6b106789be076081f3;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp b/src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp index e2d29c9c8..a0e7ebaaf 100644 --- a/src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp +++ b/src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp @@ -113,9 +113,9 @@ void ExchangePlugin_ImportFeature::loadNamingDS( std::shared_ptr theResultBody) { //load result - theResultBody->getBodyBuilder()->store(theGeomShape); + theResultBody->store(theGeomShape); int aTag(1); std::string aNameMS = "Shape"; - theResultBody->getBodyBuilder()->loadFirstLevel(theGeomShape, aNameMS, aTag); + theResultBody->loadFirstLevel(theGeomShape, aNameMS, aTag); }