DefaultIOStream: export class for testing.

pull/951/head
Kim Kulling 2016-07-16 09:13:59 +02:00
parent 0fd5f4ac57
commit 45fae27aed
1 changed files with 1 additions and 1 deletions

View File

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