Cleanup: warning

This commit is contained in:
Campbell Barton 2020-05-13 15:47:39 +10:00
parent 9253386dcb
commit 13130ca293
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ bool BKE_sequencer_cache_is_full(struct Scene *scene);
* ********************************************************************** */
void BKE_sequencer_prefetch_start(const SeqRenderData *context, float cfra, float cost);
void BKE_sequencer_prefetch_stop_all();
void BKE_sequencer_prefetch_stop_all(void);
void BKE_sequencer_prefetch_stop(struct Scene *scene);
void BKE_sequencer_prefetch_free(struct Scene *scene);
bool BKE_sequencer_prefetch_need_redraw(struct Main *bmain, struct Scene *scene);