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_multi_function_params.hh')
-rw-r--r--source/blender/functions/FN_multi_function_params.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/functions/FN_multi_function_params.hh b/source/blender/functions/FN_multi_function_params.hh
index 570bad4fd86..e6683693a0a 100644
--- a/source/blender/functions/FN_multi_function_params.hh
+++ b/source/blender/functions/FN_multi_function_params.hh
@@ -29,8 +29,7 @@
#include "FN_generic_vector_array.hh"
#include "FN_multi_function_signature.hh"
-namespace blender {
-namespace fn {
+namespace blender::fn {
class MFParamsBuilder {
private:
@@ -233,7 +232,6 @@ class MFParams {
}
};
-} // namespace fn
-} // namespace blender
+} // namespace blender::fn
#endif /* __FN_MULTI_FUNCTION_PARAMS_HH__ */