Salome HOME
Fix problems with localization: prevent accidental breaking of application locale
[tools/medcoupling.git] / src / MEDLoader / SauvUtilities.hxx
index d60ade363ac53b89a2ca333809ff22d757387197..2150df37bd1878b311d4d79667cab6296040e2e7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2019  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -113,7 +113,7 @@ namespace SauvUtilities
     std::size_t getHeapMemorySizeWithoutChildren() const { return 0; }
     std::vector<const BigMemoryObject *> getDirectChildrenWithNull() const { return std::vector<const BigMemoryObject *>(); }
   protected:
-    std::string _fileName, _curLocale;
+    std::string _fileName;
     int _iRead, _nbToRead;
   };
 }