summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/XFileImporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/XFileImporter.h')
-rw-r--r--src/3rdparty/assimp/code/XFileImporter.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/3rdparty/assimp/code/XFileImporter.h b/src/3rdparty/assimp/code/XFileImporter.h
index 1de56cbc5..0fa6b52eb 100644
--- a/src/3rdparty/assimp/code/XFileImporter.h
+++ b/src/3rdparty/assimp/code/XFileImporter.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,
@@ -64,14 +65,11 @@ struct Node;
/** The XFileImporter is a worker class capable of importing a scene from a
* DirectX file .x
*/
-class XFileImporter : public BaseImporter
-{
+class XFileImporter : public BaseImporter {
public:
XFileImporter();
~XFileImporter();
-
-public:
// -------------------------------------------------------------------
/** Returns whether the class can handle the format of the given file.
* See BaseImporter::CanRead() for details. */