summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/XGLLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/XGLLoader.h')
-rw-r--r--src/3rdparty/assimp/code/XGLLoader.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/3rdparty/assimp/code/XGLLoader.h b/src/3rdparty/assimp/code/XGLLoader.h
index 757f9d564..97ae5f8a3 100644
--- a/src/3rdparty/assimp/code/XGLLoader.h
+++ b/src/3rdparty/assimp/code/XGLLoader.h
@@ -2,7 +2,8 @@
Open Asset Import Library (assimp)
----------------------------------------------------------------------
-Copyright (c) 2006-2016, assimp team
+Copyright (c) 2006-2017, assimp team
+
All rights reserved.
Redistribution and use of this software in source and binary forms,
@@ -51,6 +52,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <assimp/Importer.hpp>
#include <assimp/mesh.h>
#include <assimp/light.h>
+#include <memory>
+#include <map>
struct aiNode;
@@ -203,12 +206,8 @@ private:
unsigned int ResolveMaterialRef(TempScope& scope);
private:
-
-
-private:
-
- irr::io::IrrXMLReader* reader;
- aiScene* scene;
+ std::shared_ptr<irr::io::IrrXMLReader> m_reader;
+ aiScene* m_scene;
};
} // end of namespace Assimp