1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +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

@@ -25,7 +25,7 @@
#include <gp_Vec.hxx>
#include <Precision.hxx>
Standard_Integer GeomAbsToInteger(const GeomAbs_Shape gcont)
static Standard_Integer GeomAbsToInteger(const GeomAbs_Shape gcont)
{
Standard_Integer cont=0 ;
switch (gcont) {