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