1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +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

@@ -76,8 +76,7 @@ typedef gp_Pnt Pnt;
//purpose :
//=======================================================================
Handle(Geom_BSplineSurface) BSplineSurfaceBuilder
(const Convert_ElementarySurfaceToBSplineSurface& Convert)
static Handle(Geom_BSplineSurface) BSplineSurfaceBuilder (const Convert_ElementarySurfaceToBSplineSurface& Convert)
{
Handle(Geom_BSplineSurface) TheSurface;
Standard_Integer UDegree = Convert.UDegree ();