X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_ProfileUZ.cxx;h=8247cba5c64255dacdfc4933be416e3362ca48df;hb=3b6027a83768bb776f6577b84c31c860fdb83505;hp=492252980a9bd71df7508e7ec6afb975c724ebaa;hpb=50ae7939fe53b50a54ecb2a66cb2edd01e91fa19;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_ProfileUZ.cxx b/src/HYDROData/HYDROData_ProfileUZ.cxx index 49225298..8247cba5 100755 --- a/src/HYDROData/HYDROData_ProfileUZ.cxx +++ b/src/HYDROData/HYDROData_ProfileUZ.cxx @@ -31,7 +31,7 @@ HYDROData_ProfileUZ::~HYDROData_ProfileUZ() QStringList HYDROData_ProfileUZ::DumpToPython( MapOfTreatedObjects& theTreatedObjects ) const { QStringList aResList = dumpObjectCreation( theTreatedObjects ); - QString aName = GetName(); + QString aName = GetObjPyName(); // Set polilyne data const TCollection_AsciiString& aSectName = GetSectionName( 0 );