summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/include/assimp/Logger.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/include/assimp/Logger.hpp')
-rw-r--r--src/3rdparty/assimp/include/assimp/Logger.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/3rdparty/assimp/include/assimp/Logger.hpp b/src/3rdparty/assimp/include/assimp/Logger.hpp
index 7f355b5bf..0875b6d7d 100644
--- a/src/3rdparty/assimp/include/assimp/Logger.hpp
+++ b/src/3rdparty/assimp/include/assimp/Logger.hpp
@@ -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,
@@ -45,7 +46,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define INCLUDED_AI_LOGGER_H
#include "types.h"
-namespace Assimp {
+
+namespace Assimp {
+
class LogStream;
// Maximum length of a log message. Longer messages are rejected.