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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-01-30 13:21:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-01-31 15:00:11 +0300
commit83ec5fbf8d0d0597a9b606f65eac0d2f374ff187 (patch)
treeb7c917458f91e7b8a3221cce906dff08519c9374 /source/blender/depsgraph/intern/nodes/deg_node_id.cc
parent77eaa4790d370b5f8c3faa2ca65e8466a1259863 (diff)
Depsgraph: Use more clear name for enumerator
Matches enumerator items and type name.
Diffstat (limited to 'source/blender/depsgraph/intern/nodes/deg_node_id.cc')
-rw-r--r--source/blender/depsgraph/intern/nodes/deg_node_id.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/nodes/deg_node_id.cc b/source/blender/depsgraph/intern/nodes/deg_node_id.cc
index d431e68f904..4d7e191cba9 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node_id.cc
+++ b/source/blender/depsgraph/intern/nodes/deg_node_id.cc
@@ -207,7 +207,7 @@ ComponentDepsNode *IDDepsNode::add_component(eDepsNode_Type type,
return comp_node;
}
-void IDDepsNode::tag_update(Depsgraph *graph, eDepsTag_Source source)
+void IDDepsNode::tag_update(Depsgraph *graph, eUpdateSource source)
{
GHASH_FOREACH_BEGIN(ComponentDepsNode *, comp_node, components)
{