From 27d5afac97f2232e85fad587af8742490b278819 Mon Sep 17 00:00:00 2001 From: Xiuwen Zheng Date: Tue, 26 Mar 2024 19:09:14 -0500 Subject: [PATCH] tweak C++ visibility --- src/genLD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/genLD.cpp b/src/genLD.cpp index 1cc88c7..d684114 100755 --- a/src/genLD.cpp +++ b/src/genLD.cpp @@ -746,7 +746,7 @@ namespace LD } } - class CThreadPoolLD + class COREARRAY_DLL_DEFAULT CThreadPoolLD { public: const C_UInt8 *BaseGeno;