X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingMap.hxx;h=04fb4582df80a5c86b7ffb4cd96c6a22c796a04e;hb=b8616069f6667dcec3f90574a05bfc9e66d87fa5;hp=395d56e490c9ac140c93d7faf5532f3ea37fb742;hpb=b219559763498c4bd10c730cd3d2c62b1eed45db;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingMap.hxx b/src/MEDCoupling/MEDCouplingMap.hxx index 395d56e49..04fb4582d 100644 --- a/src/MEDCoupling/MEDCouplingMap.hxx +++ b/src/MEDCoupling/MEDCouplingMap.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D +// Copyright (C) 2007-2021 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 @@ -37,6 +37,7 @@ namespace MEDCoupling { public: static MCAuto< MapKeyVal > New(); + std::string getClassName() const override { return std::string("MapKeyVal"); } std::map& data() { return _m; } const std::map& data() const { return _m; } std::size_t getHeapMemorySizeWithoutChildren() const;