summaryrefslogtreecommitdiff
path: root/gtk2_ardour/strip_silence_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/strip_silence_dialog.h')
-rw-r--r--gtk2_ardour/strip_silence_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/strip_silence_dialog.h b/gtk2_ardour/strip_silence_dialog.h
index e89f1911cd..225b4461a2 100644
--- a/gtk2_ardour/strip_silence_dialog.h
+++ b/gtk2_ardour/strip_silence_dialog.h
@@ -66,6 +66,9 @@ private:
AudioClock* _fade_length;
Gtk::ProgressBar _progress_bar;
+ Gtk::Button* cancel_button;
+ Gtk::Button* apply_button;
+
struct ViewInterval {
RegionView* view;
ARDOUR::AudioIntervalResult intervals;