From: ilv Date: Thu, 25 Oct 2012 10:08:25 +0000 (+0400) Subject: 0023116: Add Standard_EXPORT declaration to method Poly_MakeLoops::GetHangingLinks X-Git-Tag: V6_5_4~15 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=5fec2f774cce4aec6e9b5c54a91b1daf355cb1fc;p=occt.git 0023116: Add Standard_EXPORT declaration to method Poly_MakeLoops::GetHangingLinks --- 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