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/blenlib/BLI_dot_export.hh')
-rw-r--r--source/blender/blenlib/BLI_dot_export.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/blenlib/BLI_dot_export.hh b/source/blender/blenlib/BLI_dot_export.hh
index bad7e4c57a8..450cb2ef58c 100644
--- a/source/blender/blenlib/BLI_dot_export.hh
+++ b/source/blender/blenlib/BLI_dot_export.hh
@@ -34,8 +34,7 @@
#include <optional>
#include <sstream>
-namespace blender {
-namespace dot {
+namespace blender::dot {
class Graph;
class DirectedGraph;
@@ -283,7 +282,6 @@ class NodeWithSocketsRef {
}
};
-} // namespace dot
-} // namespace blender
+} // namespace blender::dot
#endif /* __BLI_DOT_EXPORT_HH__ */