* Added CanvasSysEx class for displaying SysExes
[ardour.git] / gtk2_ardour / export_range_markers_dialog.h
index 1087f4c4c69073956e3f12aafc91818505d33882..9083b87b265d253bbc090712a6270380231f91b1 100644 (file)
@@ -30,10 +30,12 @@ class ExportRangeMarkersDialog : public ExportDialog
   public:
        ExportRangeMarkersDialog (PublicEditor&);
   
+       Gtk::FileChooserAction browse_action() const;
+
   protected:
        virtual bool is_filepath_valid(string &filepath);
 
-       void export_audio_data();
+       void export_data();
 
        bool wants_dir() { return true; }