From 11ba770d9ac3dc5fe5ebc12fb304c680de5b1c20 Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Mon, 15 Feb 2021 16:48:06 +0300 Subject: [PATCH] Possibility to derive GeomAlgoAPI_MakeShape outside of GeomAlgoAPI module. --- src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.2