Fix shadow variable.

This commit is contained in:
Thomas Wilshaw
2021-07-28 15:14:59 +01:00
parent 5b2d889a4c
commit 79b9d0b26b
+2 -2
View File
@@ -232,8 +232,8 @@ bool LoadOTIOTask::Run()
Node::ConnectEdge(NodeOutput(probed_item, output_id), NodeInput(block, ClipBlock::kBufferIn));
FolderAddChild c(project_->root(), probed_item, false);
c.redo();
FolderAddChild add(project_->root(), probed_item, false);
add.redo();
}
}