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: