convert from Glib:: to Glib::Threads for all thread-related API
[ardour.git] / gtk2_ardour / strip_silence_dialog.cc
index 32e7bc60545d81b562b8884be3a383de5042e7cb..2fb4b5923f9cd122a96f321fed20f6f03a52467a 100644 (file)
@@ -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<ViewInterval>::iterator v = views.begin(); v != views.end(); ++v) {