]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
One more clang porting
authorabn <adrien.bruneton@cea.fr>
Tue, 4 Apr 2017 12:14:58 +0000 (14:14 +0200)
committerabn <adrien.bruneton@cea.fr>
Tue, 4 Apr 2017 12:14:58 +0000 (14:14 +0200)
src/MEDLoader/MEDLoader.hxx

index ab1732fe4b9a2e2705043df873d0713af608f58b..df6f61ca59ca22f50e991d38c309750627ea403c 100644 (file)
@@ -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