瀏覽代碼

DefaultIOStream: export class for testing.

Kim Kulling 9 年之前
父節點
當前提交
45fae27aed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/DefaultIOStream.h

+ 1 - 1
code/DefaultIOStream.h

@@ -55,7 +55,7 @@ namespace Assimp    {
 //! @note   An instance of this class can exist without a valid file handle
 //! @note   An instance of this class can exist without a valid file handle
 //!         attached to it. All calls fail, but the instance can nevertheless be
 //!         attached to it. All calls fail, but the instance can nevertheless be
 //!         used with no restrictions.
 //!         used with no restrictions.
-class DefaultIOStream : public IOStream
+class ASSIMP_API DefaultIOStream : public IOStream
 {
 {
     friend class DefaultIOSystem;
     friend class DefaultIOSystem;
 #if __ANDROID__
 #if __ANDROID__