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_optional.hh')
-rw-r--r--source/blender/blenlib/BLI_optional.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_optional.hh b/source/blender/blenlib/BLI_optional.hh
index aeef0e7e151..b5f98d6fa97 100644
--- a/source/blender/blenlib/BLI_optional.hh
+++ b/source/blender/blenlib/BLI_optional.hh
@@ -29,7 +29,7 @@
#include <algorithm>
#include <memory>
-namespace BLI {
+namespace blender {
template<typename T> class Optional {
private:
@@ -184,6 +184,6 @@ template<typename T> class Optional {
}
};
-} /* namespace BLI */
+} /* namespace blender */
#endif /* __BLI_OPTIONAL_HH__ */