Merge branch 'master' of git.ardour.org:ardour/ardour
[ardour.git] / libs / ardour / plugin_insert.cc
index f390e190f5b96b9f064fcd317fc71dd5cdb29d58..23cebf427679ec6938a6c7ea37475a58d67da82f 100644 (file)
@@ -552,7 +552,7 @@ PluginInsert::automation_run (BufferSet& bufs, pframes_t nframes)
        framepos_t end = now + nframes;
        framecnt_t offset = 0;
 
-       Glib::Mutex::Lock lm (control_lock(), Glib::TRY_LOCK);
+       Glib::Threads::Mutex::Lock lm (control_lock(), Glib::Threads::TRY_LOCK);
 
        if (!lm.locked()) {
                connect_and_run (bufs, nframes, offset, false);