Salome HOME
Debug for compilation with gcc 7.5.0 CEA_2020_ImportSTEP
authorcg246364 <clarisse.genrault@cea.fr>
Thu, 17 Dec 2020 17:39:32 +0000 (18:39 +0100)
committercg246364 <clarisse.genrault@cea.fr>
Thu, 17 Dec 2020 17:39:32 +0000 (18:39 +0100)
src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp

index 68818b7832aec8f7768394219a67c191773cb20c..479c213a1538ffa5674eb692793b1bd1abb96bd0 100644 (file)
@@ -62,7 +62,7 @@
 #include <OSD_Exception.hxx>
 
 //=================================================================================================
-bool readUnits(const STEPControl_Reader& aReader,
+bool readUnits(STEPControl_Reader& aReader,
                const bool theScalInterUnits,
                std::string& theError)
 {