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_evaluation.hh')
-rw-r--r--source/blender/functions/FN_multi_function_network_evaluation.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/functions/FN_multi_function_network_evaluation.hh b/source/blender/functions/FN_multi_function_network_evaluation.hh
index 0b129930251..11606869ca2 100644
--- a/source/blender/functions/FN_multi_function_network_evaluation.hh
+++ b/source/blender/functions/FN_multi_function_network_evaluation.hh
@@ -23,8 +23,7 @@
#include "FN_multi_function_network.hh"
-namespace blender {
-namespace fn {
+namespace blender::fn {
class MFNetworkEvaluationStorage;
@@ -60,7 +59,6 @@ class MFNetworkEvaluator : public MultiFunction {
Span<const MFInputSocket *> remaining_outputs) const;
};
-} // namespace fn
-} // namespace blender
+} // namespace blender::fn
#endif /* __FN_MULTI_FUNCTION_NETWORK_EVALUATION_HH__ */