Fix insertion of processors at the point at which the processor menu was opened;...
[ardour.git] / gtk2_ardour / strip_silence_dialog.h
index 886017ca8a855071ed4d88cd222bf8de9c98b7bb..18313941c15496835ff148e240826e9ed0d85f15 100644 (file)
@@ -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 {