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_network.hh')
-rw-r--r--source/blender/functions/FN_multi_function_network.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/functions/FN_multi_function_network.hh b/source/blender/functions/FN_multi_function_network.hh
index 2c374679939..a9d8508cdb8 100644
--- a/source/blender/functions/FN_multi_function_network.hh
+++ b/source/blender/functions/FN_multi_function_network.hh
@@ -46,8 +46,7 @@
#include "BLI_vector_set.hh"
-namespace blender {
-namespace fn {
+namespace blender::fn {
class MFNode;
class MFFunctionNode;
@@ -489,7 +488,6 @@ inline uint MFNetwork::max_socket_id() const
return socket_or_null_by_id_.size() - 1;
}
-} // namespace fn
-} // namespace blender
+} // namespace blender::fn
#endif /* __FN_MULTI_FUNCTION_NETWORK_HH__ */