From d3b57addeba21310e2fdda7d7665d8b177129a54 Mon Sep 17 00:00:00 2001 From: ana Date: Thu, 12 Nov 2015 09:55:00 +0300 Subject: [PATCH] Win32 compatibility --- src/GEOMImpl/GEOMImpl_IShapesOperations.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMImpl/GEOMImpl_IShapesOperations.hxx b/src/GEOMImpl/GEOMImpl_IShapesOperations.hxx index 5078a386a..d8e4f9fb2 100644 --- a/src/GEOMImpl/GEOMImpl_IShapesOperations.hxx +++ b/src/GEOMImpl/GEOMImpl_IShapesOperations.hxx @@ -464,7 +464,7 @@ class GEOMImpl_IShapesOperations : public GEOM_IOperations * \param theTolerance the tolerance filter. * \return the list of shapes that satisfy the conditions. */ - Handle(TColStd_HSequenceOfTransient) GetSubShapesWithTolerance + Standard_EXPORT Handle(TColStd_HSequenceOfTransient) GetSubShapesWithTolerance (const Handle(GEOM_Object) &theShape, const Standard_Integer theShapeType, const GEOMUtils::ComparisonCondition theCondition,