X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDFileUtilities.cxx;h=e05a25c80a820e85823acd1cdb658321d57811de;hb=de0118467e24e50424bd949ee38e5b7a19f62f45;hp=1d51ae91885ddc9430592046bdaddfda65214e44;hpb=32948bc850331303c0207fd93e986a87ef338e8e;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDFileUtilities.cxx b/src/MEDLoader/MEDFileUtilities.cxx index 1d51ae918..e05a25c80 100644 --- a/src/MEDLoader/MEDFileUtilities.cxx +++ b/src/MEDLoader/MEDFileUtilities.cxx @@ -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 @@ -228,7 +228,7 @@ MEDCoupling::MCAuto MEDCoupling::MEDFileWritableStan } // MEDCoupling::MCAuto ret(MEDCoupling::DataArrayByte::New()); - ret->useArray(reinterpret_cast(memfile.app_image_ptr),true,C_DEALLOC,memfile.app_image_size,1); + ret->useArray(reinterpret_cast(memfile.app_image_ptr),true,DeallocType::C_DEALLOC,memfile.app_image_size,1); return ret; }