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:
@@ -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
|
||||
|
Reference in New Issue
Block a user