X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FSauvUtilities.hxx;h=2150df37bd1878b311d4d79667cab6296040e2e7;hb=38a87779a5a307d884b413e6539d64f41353fba3;hp=d60ade363ac53b89a2ca333809ff22d757387197;hpb=fb6ad3f990cf8c26e23ff4f6ed571d85dc738aac;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/SauvUtilities.hxx b/src/MEDLoader/SauvUtilities.hxx index d60ade363..2150df37b 100644 --- a/src/MEDLoader/SauvUtilities.hxx +++ b/src/MEDLoader/SauvUtilities.hxx @@ -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 getDirectChildrenWithNull() const { return std::vector(); } protected: - std::string _fileName, _curLocale; + std::string _fileName; int _iRead, _nbToRead; }; }