From: asl Date: Mon, 25 May 2015 11:55:36 +0000 (+0300) Subject: patch for correct compilation on Linux X-Git-Tag: v1.4.1~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=09019ac8e9886bfb68450ca4818f35c20701fc4e;p=modules%2Fhydro.git patch for correct compilation on Linux --- diff --git a/src/HYDROGUI/HYDROGUI_Polyline.cxx b/src/HYDROGUI/HYDROGUI_Polyline.cxx index e624cb3d..7d312cb5 100644 --- a/src/HYDROGUI/HYDROGUI_Polyline.cxx +++ b/src/HYDROGUI/HYDROGUI_Polyline.cxx @@ -123,7 +123,7 @@ void HYDROGUI_Polyline::Compute(const Handle(PrsMgr_PresentationManager3d)& aPre aDir = D; } else - C->D1(aMaxRatioStep, C->Value (aMaxRatioStep), aDir); + C->D1(aMaxRatioStep, aPnt1, aDir); if ( anEdge.Orientation() == TopAbs_REVERSED ) aDir = -aDir;