summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/include/assimp/ProgressHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/include/assimp/ProgressHandler.hpp')
-rw-r--r--src/3rdparty/assimp/include/assimp/ProgressHandler.hpp12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/3rdparty/assimp/include/assimp/ProgressHandler.hpp b/src/3rdparty/assimp/include/assimp/ProgressHandler.hpp
index 8b069c82e..2c5b2f4c5 100644
--- a/src/3rdparty/assimp/include/assimp/ProgressHandler.hpp
+++ b/src/3rdparty/assimp/include/assimp/ProgressHandler.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,
@@ -41,9 +42,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/** @file ProgressHandler.hpp
* @brief Abstract base class 'ProgressHandler'.
*/
-#ifndef INCLUDED_AI_PROGRESSHANDLER_H
-#define INCLUDED_AI_PROGRESSHANDLER_H
+#pragma once
+#ifndef AI_PROGRESSHANDLER_H_INC
+#define AI_PROGRESSHANDLER_H_INC
+
#include "types.h"
+
namespace Assimp {
// ------------------------------------------------------------------------------------
@@ -119,4 +123,4 @@ public:
// ------------------------------------------------------------------------------------
} // Namespace Assimp
-#endif
+#endif // AI_PROGRESSHANDLER_H_INC