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_hash_tables.hh')
-rw-r--r--source/blender/blenlib/BLI_hash_tables.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_hash_tables.hh b/source/blender/blenlib/BLI_hash_tables.hh
index c171b26f770..93c887dedfa 100644
--- a/source/blender/blenlib/BLI_hash_tables.hh
+++ b/source/blender/blenlib/BLI_hash_tables.hh
@@ -33,7 +33,7 @@
#include "BLI_utildefines.h"
#include "BLI_vector.hh"
-namespace BLI {
+namespace blender {
/* -------------------------------------------------------------------- */
/** \name Constexpr Utility Functions
@@ -345,6 +345,6 @@ struct DefaultEquality {
}
};
-} // namespace BLI
+} // namespace blender
#endif /* __BLI_OPEN_ADDRESSING_HH__ */