Cleanup: suppress undefined function warning

SeqRenderData declared outside the blender::seq namespace
was treated as a different type, causing the function to be treated
as undeclared.
This commit is contained in:
Campbell Barton
2025-03-06 16:50:21 +11:00
parent 50fe0f0d6b
commit 7d8bccbbd4

View File

@@ -16,7 +16,6 @@ struct Depsgraph;
struct ListBase;
struct Main;
struct Scene;
struct SeqRenderData;
struct Strip;
struct bContext;
struct wmJob;
@@ -25,6 +24,7 @@ struct wmJobWorkerStatus;
namespace blender::seq {
struct SeqIndexBuildContext;
struct SeqRenderData;
bool SEQ_proxy_rebuild_context(Main *bmain,
Depsgraph *depsgraph,