X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fexport_video_dialog.cc;h=98f5306ad073815363f26d3c48605921b90fc5e6;hb=653789424b0c607007499813fd66da91c05462e9;hp=13f1f8fe4d4e5e46fd79b6c330a5be6c27bf116b;hpb=8b5474b9e13fde1ec6632c32f65a39ecffc5d1d5;p=ardour.git diff --git a/gtk2_ardour/export_video_dialog.cc b/gtk2_ardour/export_video_dialog.cc index 13f1f8fe4d..98f5306ad0 100644 --- a/gtk2_ardour/export_video_dialog.cc +++ b/gtk2_ardour/export_video_dialog.cc @@ -29,7 +29,7 @@ #include -#include +#include "pbd/gstdio_compat.h" #include "pbd/error.h" #include "pbd/convert.h" @@ -619,7 +619,7 @@ ExportVideoDialog::launch_export () _session->add_extra_xml (get_state()); std::string outfn = outfn_path_entry.get_text(); - if (!confirm_video_outfn(outfn)) { return; } + if (!confirm_video_outfn(*this, outfn)) { return; } vbox->hide(); cancel_button->hide();