[Bf-blender-cvs] [39fd6ef3052] master: Cleanup: fix compiler warning

Brecht Van Lommel noreply at git.blender.org
Mon Jan 27 12:35:32 CET 2020


Commit: 39fd6ef30523e984db6a15c00dbe4ceea08156ec
Author: Brecht Van Lommel
Date:   Mon Jan 27 12:27:33 2020 +0100
Branches: master
https://developer.blender.org/rB39fd6ef30523e984db6a15c00dbe4ceea08156ec

Cleanup: fix compiler warning

===================================================================

M	source/blender/depsgraph/intern/depsgraph_relation.h

===================================================================

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. */



More information about the Bf-blender-cvs mailing list