X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_Translation.cpp;h=fea7313260ff10b4d6aa221677e805ad120496f0;hb=fe8cab988ae59927f68da8e184cce6767e052206;hp=88cb99e87e59d8179de3c941bd750e11c3a31ee3;hpb=5b6031b015602aa07f5a6fc668c13ac3faf7a8a9;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_Translation.cpp b/src/FeaturesAPI/FeaturesAPI_Translation.cpp index 88cb99e87..fea731326 100644 --- a/src/FeaturesAPI/FeaturesAPI_Translation.cpp +++ b/src/FeaturesAPI/FeaturesAPI_Translation.cpp @@ -142,7 +142,7 @@ void FeaturesAPI_Translation::dump(ModelHighAPI_Dumper& theDumper) const theDumper << ", " << anAttrStartPoint << ", " << anAttrEndPoint; } - theDumper << ")" << std::endl; + theDumper << ")" << std::endl; } //==================================================================================================