From: bugmaster Date: Fri, 19 Jul 2013 08:43:03 +0000 (+0400) Subject: Corrected integration to remove incorrect merge fix for issue 0024057 with fix for... X-Git-Tag: V6_7_0_beta~193 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=66deda1eeaf5db6b0c3fe1a771f367f0e16369da;p=occt-copy.git Corrected integration to remove incorrect merge fix for issue 0024057 with fix for 0023582 --- diff --git a/src/LocOpe/LocOpe_WiresOnShape.lxx b/src/LocOpe/LocOpe_WiresOnShape.lxx index 5d60bd0a0f..fd6e424c03 100755 --- a/src/LocOpe/LocOpe_WiresOnShape.lxx +++ b/src/LocOpe/LocOpe_WiresOnShape.lxx @@ -25,7 +25,7 @@ //purpose : //======================================================================= -inline void LocOpe_WiresOnShape::SetCheckInterior(const Standard_Boolean) +inline void LocOpe_WiresOnShape::SetCheckInterior(const Standard_Boolean ToCheckInterior) { myCheckInterior = ToCheckInterior; }