X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Partition.h;h=ff3d83df542e1a37359353c22573be6999bf1006;hb=21a0c85b52bb93f94680e2342370764e6510e387;hp=ea50c6e0ae44318100dca849355e367b83f1205b;hpb=3f1a42a51c7de1911c75453ff7134593d7d2c6b1;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Partition.h b/src/FeaturesPlugin/FeaturesPlugin_Partition.h index ea50c6e0a..ff3d83df5 100755 --- a/src/FeaturesPlugin/FeaturesPlugin_Partition.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Partition.h @@ -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 theMakeShape, const int theIndex = 0);