From: ana Date: Tue, 24 Mar 2015 09:02:58 +0000 (+0300) Subject: Fix compilation error on Windows platform X-Git-Tag: V7_6_0a1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=18006cbdf3b04323bdb8d10e7f254fc17d53cf86;p=modules%2Fgeom.git Fix compilation error on Windows platform --- diff --git a/src/GEOMUtils/GEOMUtils_TrsfCurve2d.cxx b/src/GEOMUtils/GEOMUtils_TrsfCurve2d.cxx index fe0707eb9..6793bb132 100644 --- a/src/GEOMUtils/GEOMUtils_TrsfCurve2d.cxx +++ b/src/GEOMUtils/GEOMUtils_TrsfCurve2d.cxx @@ -242,6 +242,7 @@ gp_Vec2d GEOMUtils::TrsfCurve2d::DN(const Standard_Real U, gp_Vec2d aVec = myCurve.DN(U, N); myTrsf.TransformD1(aPnt, aVec); + return aVec; } //=======================================================================