Salome HOME
Add ModelAPI_AttributeIntArray to SWIG
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Boolean.h
index 7ac31e35ba2e1445d8f0c334792288b39671db9c..0a072e8229cf9a0f1a2a7849129286e05f0df949 100644 (file)
@@ -89,8 +89,8 @@ private:
   /// Load Naming data structure of the feature to the document
   void loadNamingDS(std::shared_ptr<ModelAPI_ResultBody> theResultBody,
                     const std::shared_ptr<GeomAPI_Shape> theBaseShape,
-                    const std::shared_ptr<GeomAPI_Shape> theResultShape,
                     const ListOfShape& theTools,
+                    const std::shared_ptr<GeomAPI_Shape> theResultShape,
                     GeomAlgoAPI_MakeShape& theMakeShape,
                     GeomAPI_DataMapOfShapeShape& theMapOfShapes);
 };