From 4b33434d3f71109cfe12f21660784c85e10bd261 Mon Sep 17 00:00:00 2001 From: abn Date: Tue, 4 Apr 2017 14:14:58 +0200 Subject: [PATCH] One more clang porting --- src/MEDLoader/MEDLoader.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2