Salome HOME
Fix problems with localization: prevent accidental breaking of application locale
[tools/medcoupling.git] / src / MEDLoader / SauvUtilities.hxx
index f10e2f8a1c5b328d3896c7c36dab4632492ff886..2150df37bd1878b311d4d79667cab6296040e2e7 100644 (file)
@@ -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;
   };
 }