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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user