Commit: 7fbbe719226cec2f5eec98bea69b5a4807df550b
Author: Sergey Sharybin
Date: Tue Aug 4 14:25:13 2020 +0200
Branches: master
https://developer.blender.org/rB7fbbe719226cec2f5eec98bea69b5a4807df550b
Depsgraph: Fix wrong forward declarations
===================================================================
M source/blender/depsgraph/intern/builder/pipeline.h
===================================================================
diff --git a/source/blender/depsgraph/intern/builder/pipeline.h
b/source/blender/depsgraph/intern/builder/pipeline.h
index 05b1f46f174..2c9c78bb2cb 100644
--- a/source/blender/depsgraph/intern/builder/pipeline.h
+++ b/source/blender/depsgraph/intern/builder/pipeline.h
@@ -27,9 +27,9 @@
#include "intern/depsgraph_type.h"
-class Main;
-class Scene;
-class ViewLayer;
+struct Main;
+struct Scene;
+struct ViewLayer;
struct Depsgraph;
namespace blender {
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs