Skip to content

Commit

Permalink
Updated children_if.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Oct 3, 2023
1 parent c6c2707 commit 4650b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tlTimeline/Util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ namespace tl
const file::PathOptions& pathOptions)
{
// Recursively iterate over all clips in the timeline.
for (auto clip : otioTimeline->children_if<otio::Clip>())
for (auto clip : otioTimeline->find_children<otio::Clip>())
{
if (auto externalReference =
dynamic_cast<otio::ExternalReference*>(clip->media_reference()))
Expand Down

0 comments on commit 4650b0e

Please sign in to comment.