From 30fe5433912120ceedb2a9d9db50dd595ccb2285 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me?= Date: Thu, 17 Dec 2020 18:45:39 +0100 Subject: [PATCH] #20497 : remove const in function readUnits --- src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp index e44112135..9e7868f31 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp @@ -62,7 +62,7 @@ #include //================================================================================================= -bool readUnits(const STEPControl_Reader& aReader, +bool readUnits(STEPControl_Reader& aReader, const bool theScalInterUnits, std::string& theError) { -- 2.39.2