Salome HOME
Issue #2361 sketch line color is wrong after delete and undo
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultBody.cpp
index c88c0f5a631d20ccfcc56b5620223fd54c4a96c7..4025d17b769b0a4e744586473d1c764982a9026e 100644 (file)
@@ -132,7 +132,8 @@ void ModelAPI_ResultBody::loadAndOrientModifiedShapes (GeomAlgoAPI_MakeShape* th
     std::shared_ptr<GeomAPI_Shape>  theShapeIn, const int  theKindOfShape, const int  theTag,
     const std::string& theName, GeomAPI_DataMapOfShapeShape& theSubShapes,
     const bool theIsStoreSeparate,
-    const bool theIsStoreAsGenerated)
+    const bool theIsStoreAsGenerated,
+    const bool /*theSplitInSubs*/)
 {
   myBuilder->loadAndOrientModifiedShapes(
     theMS, theShapeIn, theKindOfShape, theTag, theName, theSubShapes, theIsStoreSeparate,