From 18006cbdf3b04323bdb8d10e7f254fc17d53cf86 Mon Sep 17 00:00:00 2001 From: ana Date: Tue, 24 Mar 2015 12:02:58 +0300 Subject: [PATCH] Fix compilation error on Windows platform --- src/GEOMUtils/GEOMUtils_TrsfCurve2d.cxx | 1 + 1 file changed, 1 insertion(+) 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; } //======================================================================= -- 2.39.2