Browse Source

Enable portable linkage to fix build

Kim Kulling 3 năm trước cách đây
mục cha
commit
e34becff62
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      code/Common/BaseProcess.h

+ 1 - 1
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: