fixed collision with <SECONDARY>n binding
[ardour.git] / gtk2_ardour / export_video_dialog.h
index 7e3cf442a777b8c823a49453cb9571cb45475e15..5ebcf3258d1b48e16ce43d6e0c3d7715568ec62a 100644 (file)
@@ -41,7 +41,7 @@
 class ExportVideoDialog : public ArdourDialog , public PBD::ScopedConnectionList
 {
   public:
-       ExportVideoDialog (ARDOUR::Session*, TimeSelection &tme);
+       ExportVideoDialog (ARDOUR::Session*, TimeSelection &tme, bool range = false);
        ~ExportVideoDialog ();
 
        std::string get_exported_filename () { return outfn_path_entry.get_text(); }