From: cg246364 Date: Thu, 17 Dec 2020 17:39:32 +0000 (+0100) Subject: Debug for compilation with gcc 7.5.0 X-Git-Tag: V9_7_0a1~67^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FCEA_2020_ImportSTEP;p=modules%2Fshaper.git Debug for compilation with gcc 7.5.0 --- diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp index 68818b783..479c213a1 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) {