summaryrefslogtreecommitdiff
path: root/src/3rdparty/assimp/include/assimp/IOStream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/include/assimp/IOStream.hpp')
-rw-r--r--src/3rdparty/assimp/include/assimp/IOStream.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/3rdparty/assimp/include/assimp/IOStream.hpp b/src/3rdparty/assimp/include/assimp/IOStream.hpp
index 592b157db..a36e65003 100644
--- a/src/3rdparty/assimp/include/assimp/IOStream.hpp
+++ b/src/3rdparty/assimp/include/assimp/IOStream.hpp
@@ -61,7 +61,10 @@ namespace Assimp {
* to the Importer. If you implement this interface, be sure to also provide an
* implementation for IOSystem that creates instances of your custom IO class.
*/
-class ASSIMP_API IOStream : public Intern::AllocateFromAssimpHeap
+class ASSIMP_API IOStream
+#ifndef SWIG
+ : public Intern::AllocateFromAssimpHeap
+#endif
{
protected:
/** Constructor protected, use IOSystem::Open() to create an instance. */