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>2020-01-27 14:27:33 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-27 14:27:33 +0300
commit39fd6ef30523e984db6a15c00dbe4ceea08156ec (patch)
tree75e6fb5d8826d2daac9e51ae8642b79de2fc178a /source/blender/depsgraph
parentaabf4d407695d0f2dbac0baa55bf1631e408eda9 (diff)
Cleanup: fix compiler warning
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_relation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_relation.h b/source/blender/depsgraph/intern/depsgraph_relation.h
index 9195e9abfbd..2f9f0249b1f 100644
--- a/source/blender/depsgraph/intern/depsgraph_relation.h
+++ b/source/blender/depsgraph/intern/depsgraph_relation.h
@@ -25,7 +25,7 @@
namespace DEG {
-class Node;
+struct Node;
/* Settings/Tags on Relationship.
* NOTE: Is a bitmask, allowing accumulation. */