Fix compilation error on Windows platform

This commit is contained in:
ana 2015-03-24 12:02:58 +03:00
parent 87533ec02b
commit 18006cbdf3

View File

@ -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;
}
//=======================================================================