From 66deda1eeaf5db6b0c3fe1a771f367f0e16369da Mon Sep 17 00:00:00 2001 From: bugmaster Date: Fri, 19 Jul 2013 12:43:03 +0400 Subject: [PATCH] Corrected integration to remove incorrect merge fix for issue 0024057 with fix for 0023582 --- src/LocOpe/LocOpe_WiresOnShape.lxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }