diff --git a/src/BRepTest/BRepTest_CurveCommands.cxx b/src/BRepTest/BRepTest_CurveCommands.cxx index 3da1f57a67..37b0377846 100755 --- a/src/BRepTest/BRepTest_CurveCommands.cxx +++ b/src/BRepTest/BRepTest_CurveCommands.cxx @@ -1504,7 +1504,7 @@ Standard_Integer mkoffset(Draw_Interpretor& di, else { Base.Orientation(TopAbs_FORWARD); - Paral.Init(TopoDS::Face(Base)), theJoinType); + Paral.Init(TopoDS::Face(Base), theJoinType); } Standard_Real U, dU;