From: Nicolas RECHATIN Date: Thu, 1 Jul 2021 08:45:41 +0000 (+0200) Subject: fix GeomAlgoAPI_NormalToFace::normal "extra qualification" X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=65ef94d5c889fbf155b3620fa0661791dca391e8;p=modules%2Fshaper.git fix GeomAlgoAPI_NormalToFace::normal "extra qualification" --- diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_NormalToFace.h b/src/GeomAlgoAPI/GeomAlgoAPI_NormalToFace.h index 307ed3df6..289f8cf82 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_NormalToFace.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_NormalToFace.h @@ -37,10 +37,10 @@ class GEOMALGOAPI_EXPORT GeomAlgoAPI_NormalToFace /// \param theOptionnelPoint the optionnel point /// \param theNormal the normal /// \param theError the error - static bool GeomAlgoAPI_NormalToFace::normal(GeomShapePtr theFace, - GeomShapePtr theOptionnelPoint, - GeomEdgePtr theNormal, - std::string& theError); + static bool normal(GeomShapePtr theFace, + GeomShapePtr theOptionnelPoint, + GeomEdgePtr theNormal, + std::string& theError); }; #endif