summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/SMDLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/SMDLoader.h')
-rw-r--r--src/3rdparty/assimp/code/SMDLoader.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/3rdparty/assimp/code/SMDLoader.h b/src/3rdparty/assimp/code/SMDLoader.h
index 0b069cc25..c50b327e3 100644
--- a/src/3rdparty/assimp/code/SMDLoader.h
+++ b/src/3rdparty/assimp/code/SMDLoader.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,
@@ -171,7 +172,7 @@ struct Bone
// ---------------------------------------------------------------------------
/** Used to load Half-life 1 and 2 SMD models
*/
-class SMDImporter : public BaseImporter
+class ASSIMP_API SMDImporter : public BaseImporter
{
public:
SMDImporter();
@@ -372,7 +373,7 @@ private:
unsigned int configFrameID;
/** Buffer to hold the loaded file */
- const char* mBuffer;
+ std::vector<char> mBuffer;
/** Output scene to be filled
*/