[Bf-blender-cvs] [8a3ce65044e] functions-experimental-refactor: fix

Jacques Lucke noreply at git.blender.org
Tue Oct 15 15:57:18 CEST 2019


Commit: 8a3ce65044e59b64a62bf69f79b6d787739980c7
Author: Jacques Lucke
Date:   Sun Oct 13 12:05:58 2019 +0200
Branches: functions-experimental-refactor
https://developer.blender.org/rB8a3ce65044e59b64a62bf69f79b6d787739980c7

fix

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

M	source/blender/blenkernel/BKE_function_nodes_data_types.h

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

diff --git a/source/blender/blenkernel/BKE_function_nodes_data_types.h b/source/blender/blenkernel/BKE_function_nodes_data_types.h
index 9d3a02ac1b7..b6581084501 100644
--- a/source/blender/blenkernel/BKE_function_nodes_data_types.h
+++ b/source/blender/blenkernel/BKE_function_nodes_data_types.h
@@ -1,5 +1,5 @@
-#ifndef __BKE_VIRTUAL_NODE_TREE_DATA_FLOW_H__
-#define __BKE_VIRTUAL_NODE_TREE_DATA_FLOW_H__
+#ifndef __BKE_FUNCTION_NODES_DATA_TYPES_H__
+#define __BKE_FUNCTION_NODES_DATA_TYPES_H__
 
 #include "BKE_cpp_types.h"
 
@@ -28,4 +28,4 @@ StringMap<SocketDataType> &get_function_nodes_data_types();
 
 };  // namespace BKE
 
-#endif /* __BKE_VIRTUAL_NODE_TREE_DATA_FLOW_H__ */
+#endif /* __BKE_FUNCTION_NODES_DATA_TYPES_H__ */



More information about the Bf-blender-cvs mailing list