From a3a3e581e496a5e7f6b6b375f6f0bf4c64d1ae32 Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 11 Mar 2010 13:35:44 +0000 Subject: [PATCH] correct integration mistake --- src/GEOMImpl/GEOMImpl_PipeDriver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMImpl/GEOMImpl_PipeDriver.cxx b/src/GEOMImpl/GEOMImpl_PipeDriver.cxx index 09042804c..9bf5bdba1 100644 --- a/src/GEOMImpl/GEOMImpl_PipeDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_PipeDriver.cxx @@ -2014,7 +2014,7 @@ Standard_Integer GEOMImpl_PipeDriver::Execute(TFunction_Logbook& log) const // Make copy to prevent modifying of base object 0020766 : EDF 1320 TopoDS_Shape aShapeBase; - BRepBuilderAPI_Copy Copy(aRefBase->GetValue())); + BRepBuilderAPI_Copy Copy(aRefBase->GetValue()); if( Copy.IsDone() ) aShapeBase = Copy.Shape(); -- 2.39.2