From: abn Date: Tue, 4 Apr 2017 12:14:58 +0000 (+0200) Subject: One more clang porting X-Git-Tag: V8_3_0rc1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4b33434d3f71109cfe12f21660784c85e10bd261;p=tools%2Fmedcoupling.git One more clang porting --- diff --git a/src/MEDLoader/MEDLoader.hxx b/src/MEDLoader/MEDLoader.hxx index ab1732fe4..df6f61ca5 100644 --- a/src/MEDLoader/MEDLoader.hxx +++ b/src/MEDLoader/MEDLoader.hxx @@ -101,6 +101,6 @@ namespace MEDCoupling MEDLOADER_EXPORT void WriteFieldUsingAlreadyWrittenMesh(const std::string& fileName, const MEDCoupling::MEDCouplingFieldDouble *f); MEDLOADER_EXPORT void AssignStaticWritePropertiesTo(MEDCoupling::MEDFileWritable& obj); -}; +} #endif