convert from Glib:: to Glib::Threads for all thread-related API
[ardour.git] / libs / ardour / user_bundle.cc
index de71a87d86b262943ad2ac9fe793247020a08570..2655d6bc7d817d516e78aa832a1eddf6515be304 100644 (file)
@@ -90,7 +90,7 @@ ARDOUR::UserBundle::get_state ()
        node->add_property ("name", name ());
 
        {
-               Glib::Mutex::Lock lm (_channel_mutex);
+               Glib::Threads::Mutex::Lock lm (_channel_mutex);
 
                for (std::vector<Channel>::iterator i = _channel.begin(); i != _channel.end(); ++i) {
                        XMLNode* c = new XMLNode ("Channel");