From 65ef94d5c889fbf155b3620fa0661791dca391e8 Mon Sep 17 00:00:00 2001 From: Nicolas RECHATIN Date: Thu, 1 Jul 2021 10:45:41 +0200 Subject: [PATCH] fix GeomAlgoAPI_NormalToFace::normal "extra qualification" --- src/GeomAlgoAPI/GeomAlgoAPI_NormalToFace.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2