[Bf-blender-cvs] [e6ad11f06dd] master: Cleanup: quiet warnings including RE_pipeline.h directly

Campbell Barton noreply at git.blender.org
Thu Feb 10 06:48:32 CET 2022


Commit: e6ad11f06dd7875c66b1c0a2bfabd2cd3eb1d8c7
Author: Campbell Barton
Date:   Thu Feb 10 16:45:16 2022 +1100
Branches: master
https://developer.blender.org/rBe6ad11f06dd7875c66b1c0a2bfabd2cd3eb1d8c7

Cleanup: quiet warnings including RE_pipeline.h directly

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

M	source/blender/render/RE_pipeline.h

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

diff --git a/source/blender/render/RE_pipeline.h b/source/blender/render/RE_pipeline.h
index c1392b24023..6374b70ae1f 100644
--- a/source/blender/render/RE_pipeline.h
+++ b/source/blender/render/RE_pipeline.h
@@ -31,6 +31,7 @@ struct Image;
 struct ImageFormatData;
 struct Main;
 struct Object;
+struct ImBuf;
 struct RenderData;
 struct RenderResult;
 struct ReportList;
@@ -209,7 +210,7 @@ void RE_FreeAllPersistentData(void);
 /**
  * Free persistent render data, optionally only for the given scene.
  */
-void RE_FreePersistentData(const Scene *scene);
+void RE_FreePersistentData(const struct Scene *scene);
 
 /**
  * Get results and statistics.



More information about the Bf-blender-cvs mailing list