diff --git a/src/GeometryTest/GeometryTest_TestProjCommands.cxx b/src/GeometryTest/GeometryTest_TestProjCommands.cxx index cfbb43e921..402b9c2796 100644 --- a/src/GeometryTest/GeometryTest_TestProjCommands.cxx +++ b/src/GeometryTest/GeometryTest_TestProjCommands.cxx @@ -112,7 +112,7 @@ static Standard_Integer xdistcc(Draw_Interpretor& , Standard_Integer n, const ch //function : xdistc2dc2dss //purpose : //======================================================================= -static Standard_Integer xdistc2dc2dss(Draw_Interpretor& , Standard_Integer n, const char** a) +static Standard_Integer xdistc2dc2dss(Draw_Interpretor& di, Standard_Integer n, const char** a) { if (n < 7) { @@ -132,28 +132,28 @@ static Standard_Integer xdistc2dc2dss(Draw_Interpretor& , Standard_Integer n, co aC2d1=DrawTrSurf::GetCurve2d(a[1]); if (aC2d1.IsNull()) { - cout<