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_param_type.hh')
-rw-r--r--source/blender/functions/FN_multi_function_param_type.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/functions/FN_multi_function_param_type.hh b/source/blender/functions/FN_multi_function_param_type.hh
index e9125678270..0e43e355b53 100644
--- a/source/blender/functions/FN_multi_function_param_type.hh
+++ b/source/blender/functions/FN_multi_function_param_type.hh
@@ -35,8 +35,7 @@
#include "FN_multi_function_data_type.hh"
-namespace blender {
-namespace fn {
+namespace blender::fn {
class MFParamType {
public:
@@ -159,7 +158,6 @@ inline bool operator!=(const MFParamType &a, const MFParamType &b)
return !(a == b);
}
-} // namespace fn
-} // namespace blender
+} // namespace blender::fn
#endif /* __FN_MULTI_FUNCTION_PARAM_TYPE_HH__ */