aboutsummaryrefslogtreecommitdiff
path: root/src/PlayerThread.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-10 09:30:01 +0100
committerMax Kellermann <max@duempel.org>2013-01-10 10:12:54 +0100
commit06e0741a5293b1db2ef5f2b5778e3669f2dea70e (patch)
treec4087216ef0ff34a0854ff50dc259c0d13c41471 /src/PlayerThread.cxx
parent0b93445380ba39c13813e1a236b183883f5a54db (diff)
PlayerControl: switch to the Mutex/Cond classes
Diffstat (limited to 'src/PlayerThread.cxx')
-rw-r--r--src/PlayerThread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlayerThread.cxx b/src/PlayerThread.cxx
index 775e53ef..fb743236 100644
--- a/src/PlayerThread.cxx
+++ b/src/PlayerThread.cxx
@@ -147,7 +147,7 @@ player_command_finished_locked(struct player_control *pc)
assert(pc->command != PLAYER_COMMAND_NONE);
pc->command = PLAYER_COMMAND_NONE;
- g_cond_signal(pc->cond);
+ pc->cond.signal();
}
static void