Commit: 907f804ad8a32b39018a51f9b4bfab359222068a Author: Sergey Sharybin Date: Fri Jun 5 03:37:14 2015 +0500 Branches: master https://developer.blender.org/rB907f804ad8a32b39018a51f9b4bfab359222068a
Depsgraph: Fix typo in header guard comment =================================================================== M source/blender/depsgraph/util/depsgraph_util_function.h =================================================================== diff --git a/source/blender/depsgraph/util/depsgraph_util_function.h b/source/blender/depsgraph/util/depsgraph_util_function.h index 74bf5de..a430183 100644 --- a/source/blender/depsgraph/util/depsgraph_util_function.h +++ b/source/blender/depsgraph/util/depsgraph_util_function.h @@ -109,4 +109,4 @@ void *function_bind(T func, #endif -#endif /* __DEPSGRAPH_UTIL_SET_H__ */ +#endif /* __DEPSGRAPH_UTIL_FUNCTION_H__ */ _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
