1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-06 18:26:22 +03:00

0023116: Add Standard_EXPORT declaration to method Poly_MakeLoops::GetHangingLinks

This commit is contained in:
ilv 2012-10-25 14:08:25 +04:00
parent 0ad0f66b8c
commit 5fec2f774c

View File

@ -212,7 +212,7 @@ public:
} }
//! Fills in the list of hanging links //! Fills in the list of hanging links
void GetHangingLinks(ListOfLink& theLinks) const; Standard_EXPORT void GetHangingLinks(ListOfLink& theLinks) const;
protected: protected:
virtual Standard_Integer chooseLeftWay virtual Standard_Integer chooseLeftWay