X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FSauvUtilities.hxx;h=2150df37bd1878b311d4d79667cab6296040e2e7;hb=38a87779a5a307d884b413e6539d64f41353fba3;hp=ea62893bfeba31cff3a14c934dab59ed4c58b189;hpb=79386ac5c73f8365c428b8ef595c4ef004959667;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/SauvUtilities.hxx b/src/MEDLoader/SauvUtilities.hxx index ea62893bf..2150df37b 100644 --- a/src/MEDLoader/SauvUtilities.hxx +++ b/src/MEDLoader/SauvUtilities.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 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; }; }