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_data_type.hh')
-rw-r--r--source/blender/functions/FN_multi_function_data_type.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/functions/FN_multi_function_data_type.hh b/source/blender/functions/FN_multi_function_data_type.hh
index 8bf2b06a9cc..78f0d96fb80 100644
--- a/source/blender/functions/FN_multi_function_data_type.hh
+++ b/source/blender/functions/FN_multi_function_data_type.hh
@@ -27,8 +27,7 @@
#include "FN_cpp_type.hh"
-namespace blender {
-namespace fn {
+namespace blender::fn {
class MFDataType {
public:
@@ -121,7 +120,6 @@ inline bool operator!=(const MFDataType &a, const MFDataType &b)
return !(a == b);
}
-} // namespace fn
-} // namespace blender
+} // namespace blender::fn
#endif /* __FN_MULTI_FUNCTION_DATA_TYPE_HH__ */