From 93fdd147075be082db51b194af673ac7ab0e4b03 Mon Sep 17 00:00:00 2001 From: ana Date: Wed, 31 Aug 2016 12:05:44 +0300 Subject: [PATCH] Windows compatibility --- src/SMESHUtils/SMESH_ControlPnt.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SMESHUtils/SMESH_ControlPnt.hxx b/src/SMESHUtils/SMESH_ControlPnt.hxx index 145baaea1..fa1db79d0 100644 --- a/src/SMESHUtils/SMESH_ControlPnt.hxx +++ b/src/SMESHUtils/SMESH_ControlPnt.hxx @@ -56,19 +56,19 @@ namespace SMESHUtils }; // Functions to get sample point from shapes - void createControlPoints( const TopoDS_Shape& theShape, + SMESHUtils_EXPORT void createControlPoints( const TopoDS_Shape& theShape, const double& theSize, std::vector< ControlPnt >& thePoints ); - void createPointsSampleFromEdge( const TopoDS_Edge& theEdge, + SMESHUtils_EXPORT void createPointsSampleFromEdge( const TopoDS_Edge& theEdge, const double& theSize, std::vector& thePoints ); - void createPointsSampleFromFace( const TopoDS_Face& theFace, + SMESHUtils_EXPORT void createPointsSampleFromFace( const TopoDS_Face& theFace, const double& theSize, std::vector& thePoints ); - void createPointsSampleFromSolid( const TopoDS_Solid& theSolid, + SMESHUtils_EXPORT void createPointsSampleFromSolid( const TopoDS_Solid& theSolid, const double& theSize, std::vector& thePoints ); -- 2.30.2