[Bf-blender-cvs] [b1425fc68bd] functions: namespace fix

Jacques Lucke noreply at git.blender.org
Wed Jul 24 19:11:24 CEST 2019


Commit: b1425fc68bdbe73cd5572a85139b1031993377cb
Author: Jacques Lucke
Date:   Wed Jul 24 11:31:53 2019 +0200
Branches: functions
https://developer.blender.org/rBb1425fc68bdbe73cd5572a85139b1031993377cb

namespace fix

===================================================================

M	source/blender/blenlib/BLI_value_or_error.hpp

===================================================================

diff --git a/source/blender/blenlib/BLI_value_or_error.hpp b/source/blender/blenlib/BLI_value_or_error.hpp
index ce2ef066f42..6c276df19d5 100644
--- a/source/blender/blenlib/BLI_value_or_error.hpp
+++ b/source/blender/blenlib/BLI_value_or_error.hpp
@@ -59,7 +59,7 @@ template<typename T> class ValueOrError {
 
 #define BLI_ERROR_CREATE(MESSAGE) \
   { \
-    ErrorInfo \
+    BLI::ErrorInfo \
     { \
       __FILE__, __LINE__, __func__, MESSAGE \
     } \



More information about the Bf-blender-cvs mailing list