X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Boolean.h;h=0a072e8229cf9a0f1a2a7849129286e05f0df949;hb=4fc2dc9fdc0c14fab5f2780598eccdc1368d81b9;hp=959d06061f89400fbbbdfcbd7b3b5ee15b9402d9;hpb=5e90be5a37588dd936e6d5f1a6426141bfda7170;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Boolean.h b/src/FeaturesPlugin/FeaturesPlugin_Boolean.h index 959d06061..0a072e822 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Boolean.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Boolean.h @@ -9,7 +9,7 @@ #include "FeaturesPlugin.h" #include -#include + #include class GeomAlgoAPI_MakeShapeList; @@ -87,12 +87,12 @@ private: std::shared_ptr getShape(const std::string& theAttrName); /// Load Naming data structure of the feature to the document - void LoadNamingDS(std::shared_ptr theMakeShapeList, - std::shared_ptr theResultBody, - std::shared_ptr theResult, - std::shared_ptr theDataMapOfShapes, - const ListOfShape& theObjects, - const ListOfShape& theTools); + void loadNamingDS(std::shared_ptr theResultBody, + const std::shared_ptr theBaseShape, + const ListOfShape& theTools, + const std::shared_ptr theResultShape, + GeomAlgoAPI_MakeShape& theMakeShape, + GeomAPI_DataMapOfShapeShape& theMapOfShapes); }; #endif