]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
#20497 : remove const in function readUnits
authorJérôme <jerome.lucas@cesgenslab.fr>
Thu, 17 Dec 2020 17:45:39 +0000 (18:45 +0100)
committerJérôme <jerome.lucas@cesgenslab.fr>
Thu, 17 Dec 2020 17:45:39 +0000 (18:45 +0100)
src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp

index e441121354f6b8b2c3252f5dc8bfbce098ec4d1a..9e7868f319e0ff0385199a3276ea6d3ab4a260ca 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)
 {