X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_BSpline.cpp;fp=src%2FSketchAPI%2FSketchAPI_BSpline.cpp;h=c6667c55f004b710e376480cc9c2d5ee00dd5891;hb=12b16dfdcc9fae7f8e0f35514fb8c55ffc7709a9;hp=2280396c170ce60ac341562fd9701b67ba0e1726;hpb=e6347c189283cf93a7d445c2dde122ba5704a2da;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_BSpline.cpp b/src/SketchAPI/SketchAPI_BSpline.cpp index 2280396c1..c6667c55f 100644 --- a/src/SketchAPI/SketchAPI_BSpline.cpp +++ b/src/SketchAPI/SketchAPI_BSpline.cpp @@ -155,7 +155,8 @@ static void createPole(const CompositeFeaturePtr& theSketch, aPointFeature->execute(); std::wostringstream aName; - aName << theBSpline->name() << "_" << ModelAPI_Tools::toWString(thePoles->id()) << "_" << thePoleIndex; + aName << theBSpline->name() << "_" << ModelAPI_Tools::toWString(thePoles->id()) + << "_" << thePoleIndex; aPointFeature->data()->setName(aName.str()); aPointFeature->lastResult()->data()->setName(aName.str());