From 09019ac8e9886bfb68450ca4818f35c20701fc4e Mon Sep 17 00:00:00 2001 From: asl Date: Mon, 25 May 2015 14:55:36 +0300 Subject: [PATCH] patch for correct compilation on Linux --- src/HYDROGUI/HYDROGUI_Polyline.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2