Salome HOME
Multiple fixes (issue #1757 , issue #1799 , issue #1842 , etc):
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Partition.h
index ea50c6e0ae44318100dca849355e367b83f1205b..ff3d83df542e1a37359353c22573be6999bf1006 100755 (executable)
@@ -51,7 +51,8 @@ public:
 
 private:
   /// Stores result of generation.
-  void storeResult(const ListOfShape& theObjects,
+  void storeResult(ListOfShape& theObjects,
+                   ListOfShape& thePlanes,
                    const GeomShapePtr theResultShape,
                    const std::shared_ptr<GeomAlgoAPI_MakeShape> theMakeShape,
                    const int theIndex = 0);