Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-31 21:57:47 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-31 21:59:13 +0300
commit7b08c62841bcfebbe2a74a5bf236fcb533f7b067 (patch)
treed94a9d2f9346a51a0ef6a1b5f1e5d55208bf0e7b /source/blender/depsgraph/intern/debug
parent8c2a978b03f71e759908da0a360b4c7eed329597 (diff)
Fix build errors on Visual Studio after recent changes.
SYNCHRONIZE is a Windows macro.
Diffstat (limited to 'source/blender/depsgraph/intern/debug')
-rw-r--r--source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc b/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
index 70c49c47395..4c1e4e8482b 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
@@ -424,7 +424,7 @@ static void deg_debug_graphviz_node(const DebugContext &ctx,
case NodeType::OBJECT_FROM_LAYER:
case NodeType::BATCH_CACHE:
case NodeType::DUPLI:
- case NodeType::SYNCHRONIZE:
+ case NodeType::SYNCHRONIZATION:
case NodeType::GENERIC_DATABLOCK:
{
ComponentNode *comp_node = (ComponentNode *)node;