Enable portable linkage to fix build

pull/4705/head
Kim Kulling 2022-08-29 11:43:32 +02:00 committed by GitHub
parent 0571ee21fb
commit e34becff62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: