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/FN_attributes_ref.hh')
-rw-r--r--source/blender/functions/FN_attributes_ref.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/functions/FN_attributes_ref.hh b/source/blender/functions/FN_attributes_ref.hh
index 276c424ebf6..3c31665e0b5 100644
--- a/source/blender/functions/FN_attributes_ref.hh
+++ b/source/blender/functions/FN_attributes_ref.hh
@@ -33,8 +33,7 @@
#include "BLI_utility_mixins.hh"
#include "BLI_vector_set.hh"
-namespace blender {
-namespace fn {
+namespace blender::fn {
class AttributesInfo;
@@ -242,7 +241,6 @@ class MutableAttributesRef {
}
};
-} // namespace fn
-} // namespace blender
+} // namespace blender::fn
#endif /* __FN_ATTRIBUTES_REF_HH__ */