From: ageay Date: Fri, 23 Aug 2013 13:59:41 +0000 (+0000) Subject: Unwarningization under Win. X-Git-Tag: V7_3_1b1~162 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6dc2e5d311294058a2fdf704a1d0fa96327b7745;p=tools%2Fmedcoupling.git Unwarningization under Win. --- diff --git a/src/MEDLoader/MEDFileMesh.hxx b/src/MEDLoader/MEDFileMesh.hxx index 40716ae70..e6bda842b 100644 --- a/src/MEDLoader/MEDFileMesh.hxx +++ b/src/MEDLoader/MEDFileMesh.hxx @@ -394,7 +394,7 @@ namespace ParaMEDMEM MEDCouplingAutoRefCountObjectPtr _clmesh; }; - class MEDLOADER_EXPORT MEDFileMeshMultiTS : public RefCountObject, public MEDFileWritable + class MEDFileMeshMultiTS : public RefCountObject, public MEDFileWritable { public: MEDLOADER_EXPORT static MEDFileMeshMultiTS *New();