]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_ResultBody.h
Salome HOME
High level objects history implementation for Intersection and Compound features...
[modules/shaper.git] / src / Model / Model_ResultBody.h
index e34d1989b842d1fd1e630c5a18f67db71a0a40d8..a810f2ea0fd0a9bdd5a5e100bad014f1a3b91c96 100644 (file)
@@ -123,8 +123,9 @@ protected:
   // Checks the state of children and parents to send events of creation/erase when needed
   void updateConcealment();
 
-  /// Adds to theOldForSub only old shapes that where used for theSubShape creation
-  void computeOldForSub(const GeomShapePtr& theSubShape, std::list<GeomShapePtr>& theOldForSub);
+  /// Adds to theOldForSub only old shapes that where used for theSub creation
+  void computeOldForSub(const GeomShapePtr& theSub,
+    const std::list<GeomShapePtr>& theAllOlds, std::list<GeomShapePtr>& theOldForSub);
 
   friend class Model_Objects;
 };