From: abn Date: Fri, 25 Sep 2020 15:25:22 +0000 (+0200) Subject: Thanks MSBUILD for spoting this inconsistency ... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d63b7af8fa62e2c14e45526618c1a096c7493881;p=tools%2Fmedcoupling.git Thanks MSBUILD for spoting this inconsistency ... --- diff --git a/src/MEDLoader/MEDFileJoint.cxx b/src/MEDLoader/MEDFileJoint.cxx index 2736504bf..903fd08be 100644 --- a/src/MEDLoader/MEDFileJoint.cxx +++ b/src/MEDLoader/MEDFileJoint.cxx @@ -27,9 +27,9 @@ #include "InterpKernelAutoPtr.hxx" // From MEDLOader.cxx TU -extern const med_geometry_type typmai[MED_N_CELL_FIXED_GEO]; -extern const INTERP_KERNEL::NormalizedCellType typmai2[MED_N_CELL_FIXED_GEO]; -extern const med_geometry_type typmai3[INTERP_KERNEL::NORM_MAXTYPE]; +extern med_geometry_type typmai[MED_N_CELL_FIXED_GEO]; +extern INTERP_KERNEL::NormalizedCellType typmai2[MED_N_CELL_FIXED_GEO]; +extern med_geometry_type typmai3[INTERP_KERNEL::NORM_MAXTYPE]; using namespace MEDCoupling;