From 39fd6ef30523e984db6a15c00dbe4ceea08156ec Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 27 Jan 2020 12:27:33 +0100 Subject: Cleanup: fix compiler warning --- source/blender/depsgraph/intern/depsgraph_relation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/depsgraph') 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. */ -- cgit v1.2.3