diff options
Diffstat (limited to 'code/Common/StdOStreamLogStream.h')
-rw-r--r-- | code/Common/StdOStreamLogStream.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/code/Common/StdOStreamLogStream.h b/code/Common/StdOStreamLogStream.h index 683c87d5f..a4c461b51 100644 --- a/code/Common/StdOStreamLogStream.h +++ b/code/Common/StdOStreamLogStream.h @@ -3,9 +3,7 @@ Open Asset Import Library (assimp) --------------------------------------------------------------------------- -Copyright (c) 2006-2024, assimp team - - +Copyright (c) 2006-2025, assimp team All rights reserved. @@ -51,7 +49,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <assimp/LogStream.hpp> #include <ostream> -namespace Assimp { +namespace Assimp { // --------------------------------------------------------------------------- /** @class StdOStreamLogStream |