From: abn Date: Mon, 3 Apr 2017 09:09:06 +0000 (+0200) Subject: CLang compatibility 3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c6ff2953b722460aad5d0b794dc031281c9559e2;p=tools%2Fmedcoupling.git CLang compatibility 3 --- diff --git a/src/MEDLoader/MEDFileField.cxx b/src/MEDLoader/MEDFileField.cxx index 9b389e440..df38605c5 100644 --- a/src/MEDLoader/MEDFileField.cxx +++ b/src/MEDLoader/MEDFileField.cxx @@ -44,8 +44,8 @@ extern med_geometry_type typmai3[34]; using namespace MEDCoupling; -template class MEDFileField1TSTemplateWithoutSDA; -template class MEDFileField1TSTemplateWithoutSDA; +template class MEDCoupling::MEDFileField1TSTemplateWithoutSDA; +template class MEDCoupling::MEDFileField1TSTemplateWithoutSDA; const char MEDFileField1TSWithoutSDA::TYPE_STR[]="FLOAT64"; const char MEDFileIntField1TSWithoutSDA::TYPE_STR[]="INT32";