fix computation of silence text, and its display. it is still not on top of the canva...
[ardour.git] / libs / ardour / ardour / strip_silence.h
index ff1d1b7f17c4c652b289a149a429ac87d821a99c..0a3846b179c1d7c2e4a436341ac4cd59a87169bb 100644 (file)
@@ -30,7 +30,7 @@ class StripSilence : public Filter
        int run (boost::shared_ptr<ARDOUR::Region>, Progress* progress = 0);
 
 private:
-        AudioIntervalMap _smap;
+        const AudioIntervalMap& _smap;
        framecnt_t _fade_length; ///< fade in/out to use on trimmed regions, in samples
 };