Add progress bar to strip silence dialogue. Fixes #3103.
[ardour.git] / gtk2_ardour / editor.h
index 9063599e236f293f059078a6c4c8656c1f685a3b..9e5e065ecd9be491d31760e9262f2d6e730b3f3b 100644 (file)
@@ -127,6 +127,7 @@ class EditorLocations;
 class EditorSnapshots;
 class EditorSummary;
 class RegionLayeringOrderEditor;
+class ProgressReporter;
 
 /* <CMT Additions> */
 class ImageFrameView;
@@ -1910,7 +1911,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
 
        /* audio filters */
 
-       void apply_filter (ARDOUR::Filter&, std::string cmd);
+       void apply_filter (ARDOUR::Filter&, std::string cmd, ProgressReporter* progress = 0);
 
        Command* apply_midi_note_edit_op_to_region (ARDOUR::MidiOperator& op, MidiRegionView& mrv);
        void apply_midi_note_edit_op (ARDOUR::MidiOperator& op);