summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils_videotl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/utils_videotl.h')
-rw-r--r--gtk2_ardour/utils_videotl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/utils_videotl.h b/gtk2_ardour/utils_videotl.h
index 7f6f6052af..a7d0908a34 100644
--- a/gtk2_ardour/utils_videotl.h
+++ b/gtk2_ardour/utils_videotl.h
@@ -34,7 +34,7 @@
namespace VideoUtils {
-bool confirm_video_outfn (std::string, std::string docroot="");
+bool confirm_video_outfn (Gtk::Window& parent, std::string, std::string docroot="");
std::string video_dest_dir (const std::string, const std::string);
std::string video_dest_file (const std::string, const std::string);
std::string strip_file_extension (const std::string infile);