From 784911a4a0efb2bb361b217a9348ca50608eb6bd Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Mon, 29 Jun 2020 11:53:17 +0200 Subject: Cleanup: rename namespace DotExport to dot --- source/blender/blenlib/BLI_dot_export.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/BLI_dot_export.hh') diff --git a/source/blender/blenlib/BLI_dot_export.hh b/source/blender/blenlib/BLI_dot_export.hh index 67af4391a55..201fbf12c4a 100644 --- a/source/blender/blenlib/BLI_dot_export.hh +++ b/source/blender/blenlib/BLI_dot_export.hh @@ -35,7 +35,7 @@ #include namespace blender { -namespace DotExport { +namespace dot { class Graph; class DirectedGraph; @@ -283,7 +283,7 @@ class NodeWithSocketsRef { } }; -} // namespace DotExport +} // namespace dot } // namespace blender #endif /* __BLI_DOT_EXPORT_HH__ */ -- cgit v1.2.3