From 36239895bd822d5fd3087218fbb10986430b8c9b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Nov 2015 16:50:57 +0100 Subject: player/Control: add Lock prefix to locking method names --- src/Main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.cxx') diff --git a/src/Main.cxx b/src/Main.cxx index 1a074d439..e76806256 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -646,7 +646,7 @@ static int mpd_main_after_fork(struct options options) /* enable all audio outputs (if not already done by playlist_state_restore() */ - instance->partition->pc.UpdateAudio(); + instance->partition->pc.LockUpdateAudio(); #ifdef WIN32 win32_app_started(); -- cgit v1.2.3