1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFusInt()

Added missing "static" to internal methods of GeomFill package.
This commit is contained in:
kgv
2020-01-17 12:12:11 +03:00
committed by bugmaster
parent 6558400123
commit e83d440f92
9 changed files with 18 additions and 16 deletions

View File

@@ -31,6 +31,8 @@
#include <NCollection_StdAllocator.hxx>
#include <TColStd_Array1OfListOfInteger.hxx>
namespace
{
class ProjectPointOnSurf
{
public:
@@ -121,6 +123,7 @@ Standard_Real ProjectPointOnSurf::LowerDistance() const
StdFail_NotDone_Raise_if(!myIsDone, "GeomInt_IntSS::ProjectPointOnSurf::LowerDistance");
return sqrt(myExtPS.SquareDistance(myIndex));
}
}
//=======================================================================
//function : AdjustPeriodic