From: rnv Date: Wed, 20 Feb 2019 12:40:10 +0000 (+0300) Subject: Build MEDCOUPLING with numpy on Windows. X-Git-Tag: V9_2_2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e28c09642d700975329e6e9590fdf2c66856ef33;p=tools%2Fmedcoupling.git Build MEDCOUPLING with numpy on Windows. --- diff --git a/src/MEDCoupling/MEDCouplingMemArray.hxx b/src/MEDCoupling/MEDCouplingMemArray.hxx index de2101fea..3cc84df02 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.hxx +++ b/src/MEDCoupling/MEDCouplingMemArray.hxx @@ -110,8 +110,8 @@ namespace MEDCoupling MEDCOUPLING_EXPORT void destroy(); MEDCOUPLING_EXPORT ~MemArray() { destroy(); } public: - static void CPPDeallocator(void *pt, void *param); - static void CDeallocator(void *pt, void *param); + MEDCOUPLING_EXPORT static void CPPDeallocator(void *pt, void *param); + MEDCOUPLING_EXPORT static void CDeallocator(void *pt, void *param); private: static void DestroyPointer(T *pt, Deallocator dealloc, void *param); static Deallocator BuildFromType(DeallocType type);