From 5fec2f774cce4aec6e9b5c54a91b1daf355cb1fc Mon Sep 17 00:00:00 2001 From: ilv Date: Thu, 25 Oct 2012 14:08:25 +0400 Subject: [PATCH] 0023116: Add Standard_EXPORT declaration to method Poly_MakeLoops::GetHangingLinks --- src/Poly/Poly_MakeLoops.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Poly/Poly_MakeLoops.hxx b/src/Poly/Poly_MakeLoops.hxx index abf47b5eeb..8d859b8eb8 100755 --- a/src/Poly/Poly_MakeLoops.hxx +++ b/src/Poly/Poly_MakeLoops.hxx @@ -212,7 +212,7 @@ public: } //! Fills in the list of hanging links - void GetHangingLinks(ListOfLink& theLinks) const; + Standard_EXPORT void GetHangingLinks(ListOfLink& theLinks) const; protected: virtual Standard_Integer chooseLeftWay