DefaultIOStream: export class for testing.
authorKim Kulling <kim.kulling@googlemail.com>
Sat, 16 Jul 2016 07:13:59 +0000 (09:13 +0200)
committerKim Kulling <kim.kulling@googlemail.com>
Sat, 16 Jul 2016 07:13:59 +0000 (09:13 +0200)
code/DefaultIOStream.h

index 510fc1d..7d7450c 100644 (file)
@@ -55,7 +55,7 @@ namespace Assimp    {
 //! @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
 //!         used with no restrictions.
-class DefaultIOStream : public IOStream
+class ASSIMP_API DefaultIOStream : public IOStream
 {
     friend class DefaultIOSystem;
 #if __ANDROID__