From: adam Date: Thu, 22 Apr 2010 10:20:18 +0000 (+0000) Subject: windows port X-Git-Tag: V5_1_4rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1fa3a52f5af8aea106ee00dfce8184c5419105ab;p=tools%2Fmedcoupling.git windows port --- diff --git a/src/MEDCoupling/MEDCouplingRemapper.hxx b/src/MEDCoupling/MEDCouplingRemapper.hxx index a4ef557df..5e2bd63dd 100644 --- a/src/MEDCoupling/MEDCouplingRemapper.hxx +++ b/src/MEDCoupling/MEDCouplingRemapper.hxx @@ -51,7 +51,7 @@ namespace ParaMEDMEM MEDCOUPLINGREMAPPER_EXPORT bool setOptionDouble(const std::string& key, double value); MEDCOUPLINGREMAPPER_EXPORT bool setOptionString(const std::string& key, std::string& value); public: - static void printMatrix(const std::vector >& m); + MEDCOUPLINGREMAPPER_EXPORT static void printMatrix(const std::vector >& m); private: int prepareUU(const char *method); int prepareEE(const char *method);