From: dmv Date: Thu, 11 Mar 2010 13:35:44 +0000 (+0000) Subject: correct integration mistake X-Git-Tag: V5_1_4a1~41 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a3a3e581e496a5e7f6b6b375f6f0bf4c64d1ae32;p=modules%2Fgeom.git correct integration mistake --- 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();