player/Control: add Lock prefix to locking method names

This commit is contained in:
Max Kellermann
2015-11-11 16:50:57 +01:00
parent 738583e3d4
commit 36239895bd
9 changed files with 44 additions and 44 deletions

View File

@@ -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();