From 1fa3a52f5af8aea106ee00dfce8184c5419105ab Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 22 Apr 2010 10:20:18 +0000 Subject: [PATCH] windows port --- src/MEDCoupling/MEDCouplingRemapper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2