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/functions/intern/attributes_ref.cc')
-rw-r--r--source/blender/functions/intern/attributes_ref.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/functions/intern/attributes_ref.cc b/source/blender/functions/intern/attributes_ref.cc
index 047fa12adb4..f61a9165c47 100644
--- a/source/blender/functions/intern/attributes_ref.cc
+++ b/source/blender/functions/intern/attributes_ref.cc
@@ -16,8 +16,7 @@
#include "FN_attributes_ref.hh"
-namespace blender {
-namespace fn {
+namespace blender::fn {
AttributesInfoBuilder::~AttributesInfoBuilder()
{
@@ -68,5 +67,4 @@ AttributesInfo::~AttributesInfo()
}
}
-} // namespace fn
-} // namespace blender
+} // namespace blender::fn