diff --git a/app/core.cpp b/app/core.cpp index 589458556..393455386 100644 --- a/app/core.cpp +++ b/app/core.cpp @@ -797,7 +797,7 @@ void Core::SaveProjectInternal(const QString& override_filename) if (open_project_->filename().endsWith(QStringLiteral(".otio"), Qt::CaseInsensitive)) { #ifdef USE_OTIO - psm = new SaveOTIOTask(project); + psm = new SaveOTIOTask(open_project_); #else QMessageBox::critical(main_window_, tr("Missing OpenTimelineIO Libraries"),