Cleanup: use nested namespaces

This commit is contained in:
2020-07-03 14:25:20 +02:00
parent 5fbf70b0d0
commit 395b294b61
35 changed files with 70 additions and 140 deletions

View File

@@ -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__ */