Fix "Fill Track".
[ardour.git] / gtk2_ardour / export_video_dialog.cc
index 0e3a80e5ec1dd404f03c61504e415c37df4754fb..98f5306ad073815363f26d3c48605921b90fc5e6 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <sigc++/bind.h>
 
-#include <pbd/gstdio_compat.h>
+#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();