From 9cc059755699f49e2bd7b4e722aecc00d535113d Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 12 Jun 2020 15:39:16 +0200 Subject: Functions: Wrap into blender namespace Similar to previous commit, aims to resolve compilation on devtoolset-6. --- source/blender/functions/FN_cpp_types.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/functions/FN_cpp_types.hh') diff --git a/source/blender/functions/FN_cpp_types.hh b/source/blender/functions/FN_cpp_types.hh index eceb43beb9d..6ee8788cd52 100644 --- a/source/blender/functions/FN_cpp_types.hh +++ b/source/blender/functions/FN_cpp_types.hh @@ -26,6 +26,7 @@ #include "FN_cpp_type.hh" +namespace blender { namespace FN { extern const CPPType &CPPType_bool; @@ -44,5 +45,6 @@ extern const CPPType &CPPType_Color4b; extern const CPPType &CPPType_string; } // namespace FN +} // namespace blender #endif /* __FN_CPP_TYPES_HH__ */ -- cgit v1.2.3