X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCollectionAPI%2FCollectionAPI_GroupAddition.cpp;h=48e1f8e3cbf6ea906039d32f1889a5a0ed8e63a4;hb=09365c927ebe8d881de2eda7f96bc33a2d9511c8;hp=d0fecada7f95b850ba31ecf33433bb1ada222b18;hpb=11c03dec886fc348614782ffbbf2be3210efaca4;p=modules%2Fshaper.git diff --git a/src/CollectionAPI/CollectionAPI_GroupAddition.cpp b/src/CollectionAPI/CollectionAPI_GroupAddition.cpp index d0fecada7..48e1f8e3c 100644 --- a/src/CollectionAPI/CollectionAPI_GroupAddition.cpp +++ b/src/CollectionAPI/CollectionAPI_GroupAddition.cpp @@ -65,6 +65,7 @@ void CollectionAPI_GroupAddition::dump(ModelHighAPI_Dumper& theDumper) const GroupAdditionPtr addGroupAddition(const std::shared_ptr& thePart, const std::list& theGroupList) { - std::shared_ptr aFeature = thePart->addFeature(CollectionAPI_GroupAddition::ID()); + std::shared_ptr aFeature = + thePart->addFeature(CollectionAPI_GroupAddition::ID()); return GroupAdditionPtr(new CollectionAPI_GroupAddition(aFeature, theGroupList)); }