From e28c09642d700975329e6e9590fdf2c66856ef33 Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 20 Feb 2019 15:40:10 +0300 Subject: [PATCH] Build MEDCOUPLING with numpy on Windows. --- src/MEDCoupling/MEDCouplingMemArray.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.2