From 9bb7d6ed68ef1aa0e6acc3e70901cb6b79c682d2 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Tue, 9 Jun 2020 10:27:24 +0200 Subject: BLI: put C++ data structures in "blender" namespace instead of "BLI" We plan to use the "blender" namespace in other modules as well. --- source/blender/blenlib/BLI_dot_export_attribute_enums.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/BLI_dot_export_attribute_enums.hh') diff --git a/source/blender/blenlib/BLI_dot_export_attribute_enums.hh b/source/blender/blenlib/BLI_dot_export_attribute_enums.hh index 8e61f46dc12..8fe1cda05f3 100644 --- a/source/blender/blenlib/BLI_dot_export_attribute_enums.hh +++ b/source/blender/blenlib/BLI_dot_export_attribute_enums.hh @@ -19,7 +19,7 @@ #include "BLI_string_ref.hh" -namespace BLI { +namespace blender { namespace DotExport { enum class Attr_rankdir { @@ -120,6 +120,6 @@ inline StringRef dirType_to_string(Attr_dirType value) } } // namespace DotExport -} // namespace BLI +} // namespace blender #endif /* __BLI_DOT_EXPORT_ATTRIBUTE_ENUMS_HH__ */ -- cgit v1.2.3