Fix build error

Likely caused by bad merge in 0b633fab3e.
This commit is contained in:
Richard Antalik
2025-03-25 23:23:52 +01:00
parent 0b633fab3e
commit 196d07a5aa

View File

@@ -90,7 +90,7 @@ bool channel_is_muted(const SeqTimelineChannel *channel)
ListBase *get_channels_by_seq(Editing *ed, const Strip *strip)
{
Strip *strip_owner = SEQ_lookup_meta_by_strip(ed, strip);
Strip *strip_owner = lookup_meta_by_strip(ed, strip);
if (strip_owner != nullptr) {
return &strip_owner->channels;
}