diff --git a/source/blender/editors/animation/anim_filter.cc b/source/blender/editors/animation/anim_filter.cc index 84b466148c2..0e6f8a2ed14 100644 --- a/source/blender/editors/animation/anim_filter.cc +++ b/source/blender/editors/animation/anim_filter.cc @@ -3467,7 +3467,7 @@ static size_t animdata_filter_dopesheet_scene(bAnimContext *ac, /* Strip modifier node trees. */ if (ed && !(ac->ads->filterflag & ADS_FILTER_NONTREE)) { VectorSet node_trees; - seq::for_each_callback(&ed->seqbase, [&](Strip *strip) { + seq::foreach_strip(&ed->seqbase, [&](Strip *strip) { seq::foreach_strip_modifier_id(strip, [&](ID *id) { if (GS(id->name) == ID_NT) { node_trees.add(id);