X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_Symmetry.cpp;h=d51c90bd1c0a4f3713fb8997edbed87907e7528b;hb=f60dc9dd94d5d4b0ea07e3e3cbfd5b3028f0942d;hp=74a85471a25288c45ee896f5da2abceba432261e;hpb=2a66d6831081d6dbd001749177444628bbd85374;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_Symmetry.cpp b/src/FeaturesAPI/FeaturesAPI_Symmetry.cpp index 74a85471a..d51c90bd1 100644 --- a/src/FeaturesAPI/FeaturesAPI_Symmetry.cpp +++ b/src/FeaturesAPI/FeaturesAPI_Symmetry.cpp @@ -129,5 +129,6 @@ SymmetryPtr addSymmetry(const std::shared_ptr& thePart, bool theKeepOriginal) { std::shared_ptr aFeature = thePart->addFeature(FeaturesAPI_Symmetry::ID()); - return SymmetryPtr(new FeaturesAPI_Symmetry(aFeature, theMainObjects, theObject, theKeepOriginal)); + return SymmetryPtr(new FeaturesAPI_Symmetry( + aFeature, theMainObjects, theObject, theKeepOriginal)); }