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