projects
/
platform
/
upstream
/
assimp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fd5f4a
)
DefaultIOStream: export class for testing.
author
Kim Kulling
<kim.kulling@googlemail.com>
Sat, 16 Jul 2016 07:13:59 +0000
(09:13 +0200)
committer
Kim Kulling
<kim.kulling@googlemail.com>
Sat, 16 Jul 2016 07:13:59 +0000
(09:13 +0200)
code/DefaultIOStream.h
patch
|
blob
|
history
diff --git
a/code/DefaultIOStream.h
b/code/DefaultIOStream.h
index
510fc1d
..
7d7450c
100644
(file)
--- a/
code/DefaultIOStream.h
+++ b/
code/DefaultIOStream.h
@@
-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__