]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Possibility to derive GeomAlgoAPI_MakeShape outside of GeomAlgoAPI module.
authorArtem Zhidkov <Artem.Zhidkov@gmail.com>
Mon, 15 Feb 2021 13:48:06 +0000 (16:48 +0300)
committerArtem Zhidkov <Artem.Zhidkov@gmail.com>
Mon, 15 Feb 2021 13:48:06 +0000 (16:48 +0300)
src/GeomAlgoAPI/GeomAlgoAPI_MakeShape.h

index a27d0550bf77c766c823708b089cd7d1e285442f..e13f51a3eaa134a0f9cd0a0eadd872d4bd953195 100644 (file)
@@ -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);