1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-16 10:54:53 +03:00

0023582: Argument of LocOpe_WiresOnShape::SetCheckInterior() function is ignored.

This commit is contained in:
jgv 2013-07-12 17:40:15 +04:00 committed by kgv
parent 95978b2851
commit fa748d099f

View File

@ -27,7 +27,7 @@
inline void LocOpe_WiresOnShape::SetCheckInterior(const Standard_Boolean ToCheckInterior)
{
myCheckInterior = Standard_True;
myCheckInterior = ToCheckInterior;
}
//=======================================================================