From 4650b0e24f9bd5282679fe950b5cdd99733873b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Garramu=C3=B1o?= Date: Tue, 3 Oct 2023 05:11:19 -0300 Subject: [PATCH] Updated children_if. --- lib/tlTimeline/Util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tlTimeline/Util.cpp b/lib/tlTimeline/Util.cpp index 8f71cb268..03f95b590 100644 --- a/lib/tlTimeline/Util.cpp +++ b/lib/tlTimeline/Util.cpp @@ -370,7 +370,7 @@ namespace tl const file::PathOptions& pathOptions) { // Recursively iterate over all clips in the timeline. - for (auto clip : otioTimeline->children_if()) + for (auto clip : otioTimeline->find_children()) { if (auto externalReference = dynamic_cast(clip->media_reference()))