X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fstrip_silence_dialog.cc;h=2fb4b5923f9cd122a96f321fed20f6f03a52467a;hb=4818621a2797871a10c47fc2f813e51668479fcc;hp=32e7bc60545d81b562b8884be3a383de5042e7cb;hpb=6fa6514cfdb0ce38d93b51197f599dfd091bad1d;p=ardour.git diff --git a/gtk2_ardour/strip_silence_dialog.cc b/gtk2_ardour/strip_silence_dialog.cc index 32e7bc6054..2fb4b5923f 100644 --- a/gtk2_ardour/strip_silence_dialog.cc +++ b/gtk2_ardour/strip_silence_dialog.cc @@ -187,7 +187,7 @@ void StripSilenceDialog::update_silence_rects () { /* Lock so that we don't contend with the detection thread for access to the silence regions */ - Glib::Mutex::Lock lm (_lock); + Glib::Threads::Mutex::Lock lm (_lock); double const y = _threshold.get_value(); for (list::iterator v = views.begin(); v != views.end(); ++v) {