From 0d72060ba3826ed0b3d882b62eb132129d5d95a7 Mon Sep 17 00:00:00 2001 From: cg246364 Date: Thu, 17 Dec 2020 18:39:32 +0100 Subject: [PATCH] Debug for compilation with gcc 7.5.0 --- 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 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) { -- 2.39.2