From: ana Date: Thu, 12 Nov 2015 06:55:00 +0000 (+0300) Subject: Win32 compatibility X-Git-Tag: V8_0_0a1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d3b57addeba21310e2fdda7d7665d8b177129a54;p=modules%2Fgeom.git Win32 compatibility --- 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,