X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fstrip_silence_dialog.h;h=18313941c15496835ff148e240826e9ed0d85f15;hb=153ee4e441eeebc9aceaa3121e4a785c6011a962;hp=886017ca8a855071ed4d88cd222bf8de9c98b7bb;hpb=ebf3762fa91d911af411f1b5c68e3c67f2c47170;p=ardour.git diff --git a/gtk2_ardour/strip_silence_dialog.h b/gtk2_ardour/strip_silence_dialog.h index 886017ca8a..18313941c1 100644 --- a/gtk2_ardour/strip_silence_dialog.h +++ b/gtk2_ardour/strip_silence_dialog.h @@ -29,6 +29,7 @@ namespace ARDOUR { class Session; } +class AudioClock; class RegionView; /// Dialog box to set options for the `strip silence' filter @@ -45,7 +46,7 @@ public: void drop_rects (); void silences (ARDOUR::AudioIntervalMap&); - + ARDOUR::framecnt_t minimum_length () const; ARDOUR::framecnt_t fade_length () const; @@ -63,8 +64,8 @@ private: void restart_thread (); Gtk::SpinButton _threshold; - AudioClock _minimum_length; - AudioClock _fade_length; + AudioClock* _minimum_length; + AudioClock* _fade_length; Gtk::ProgressBar _progress_bar; struct ViewInterval {