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/node/deg_node.h
parent8c2a978b03f71e759908da0a360b4c7eed329597 (diff)
Fix build errors on Visual Studio after recent changes.
SYNCHRONIZE is a Windows macro.
Diffstat (limited to 'source/blender/depsgraph/intern/node/deg_node.h')
-rw-r--r--source/blender/depsgraph/intern/node/deg_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/node/deg_node.h b/source/blender/depsgraph/intern/node/deg_node.h
index a07990df862..824fcabc802 100644
--- a/source/blender/depsgraph/intern/node/deg_node.h
+++ b/source/blender/depsgraph/intern/node/deg_node.h
@@ -127,7 +127,7 @@ enum class NodeType {
* when duplicator is visible. */
DUPLI,
/* Synchronization back to original datablock. */
- SYNCHRONIZE,
+ SYNCHRONIZATION,
/* Total number of meaningful node types. */
NUM_TYPES,