From 7fbbe719226cec2f5eec98bea69b5a4807df550b Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 4 Aug 2020 14:25:13 +0200 Subject: Depsgraph: Fix wrong forward declarations --- source/blender/depsgraph/intern/builder/pipeline.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/depsgraph') 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 { -- cgit v1.2.3