]> OCCT Git - occt.git/commitdiff
0023116: Add Standard_EXPORT declaration to method Poly_MakeLoops::GetHangingLinks
authorilv <ilv@opencascade.com>
Thu, 25 Oct 2012 10:08:25 +0000 (14:08 +0400)
committerilv <ilv@opencascade.com>
Fri, 2 Nov 2012 11:52:09 +0000 (15:52 +0400)
src/Poly/Poly_MakeLoops.hxx

index abf47b5eeb367708f07846142bbb63ca309d0d09..8d859b8eb89e62fe93b9e344d7e7973971b0fcc3 100755 (executable)
@@ -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