1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-07 18:30:55 +03:00

Corrected integration to remove incorrect merge fix for issue 0024057 with fix for 0023582

This commit is contained in:
bugmaster 2013-07-19 12:43:03 +04:00
parent da0e82aac3
commit 66deda1eea

View File

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