From e34becff62301a57341d9c6d2c83fa6f6f8e24c8 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Mon, 29 Aug 2022 11:43:32 +0200 Subject: [PATCH] Enable portable linkage to fix build --- code/Common/BaseProcess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Common/BaseProcess.h b/code/Common/BaseProcess.h index cd9a43b6b..b6b1e1144 100644 --- a/code/Common/BaseProcess.h +++ b/code/Common/BaseProcess.h @@ -175,7 +175,7 @@ private: * should be executed. If the function returns true, the class' Execute() * function is called subsequently. */ -class ASSIMP_API_WINONLY BaseProcess { +class ASSIMP_API BaseProcess { friend class Importer; public: