summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/B3DImporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/B3DImporter.h')
-rw-r--r--src/3rdparty/assimp/code/B3DImporter.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/3rdparty/assimp/code/B3DImporter.h b/src/3rdparty/assimp/code/B3DImporter.h
index 92ddc0272..94644edd4 100644
--- a/src/3rdparty/assimp/code/B3DImporter.h
+++ b/src/3rdparty/assimp/code/B3DImporter.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,
@@ -48,7 +49,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <assimp/material.h>
#include "BaseImporter.h"
-#include <string>
#include <vector>
struct aiNodeAnim;
@@ -59,6 +59,8 @@ namespace Assimp{
class B3DImporter : public BaseImporter{
public:
+ B3DImporter() = default;
+ virtual ~B3DImporter();
virtual bool CanRead( const std::string& pFile, IOSystem* pIOHandler, bool checkSig) const;