Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib/BLI_float4x4.hh')
-rw-r--r--source/blender/blenlib/BLI_float4x4.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_float4x4.hh b/source/blender/blenlib/BLI_float4x4.hh
index 36186d319c9..0abfb751ebf 100644
--- a/source/blender/blenlib/BLI_float4x4.hh
+++ b/source/blender/blenlib/BLI_float4x4.hh
@@ -20,7 +20,7 @@
#include "BLI_float3.hh"
#include "BLI_math_matrix.h"
-namespace BLI {
+namespace blender {
struct float4x4 {
float values[4][4];
@@ -110,6 +110,6 @@ struct float4x4 {
}
};
-} // namespace BLI
+} // namespace blender
#endif /* __BLI_FLOAT4X4_HH__ */