From: Jérôme Date: Thu, 17 Dec 2020 17:45:39 +0000 (+0100) Subject: #20497 : remove const in function readUnits X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=30fe5433912120ceedb2a9d9db50dd595ccb2285;p=modules%2Fshaper.git #20497 : remove const in function readUnits --- 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) {