From: Artem Zhidkov Date: Mon, 15 Feb 2021 13:48:06 +0000 (+0300) Subject: Possibility to derive GeomAlgoAPI_MakeShape outside of GeomAlgoAPI module. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=11ba770d9ac3dc5fe5ebc12fb304c680de5b1c20;p=modules%2Fshaper.git Possibility to derive GeomAlgoAPI_MakeShape outside of GeomAlgoAPI module. --- diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.h b/src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.h index a27d0550b..e13f51a3e 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.h @@ -153,11 +153,11 @@ protected: /// \brief Sets status of builder. /// \param[in] theFlag new status. - void setDone(const bool theFlag); + GEOMALGOAPI_EXPORT void setDone(const bool theFlag); /// \brief Sets result shape. /// \param[in] theShape new shape. - void setShape(const GeomShapePtr theShape); + GEOMALGOAPI_EXPORT void setShape(const GeomShapePtr theShape); /// \return true if passed shape is valid for history. bool isValidForHistory(const GeomShapePtr theShape);