diff options
author | Max Kellermann <max@duempel.org> | 2015-08-15 15:55:46 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-15 15:55:46 +0200 |
commit | 5fba8d773c3f6ea35a2934baa91372806f1c9940 (patch) | |
tree | 8afb1d6383f4bac521b7aa544f823a698e5a479d /src/player/Thread.hxx | |
parent | 36cd73df51c6bae6b283f1bf14704d86ad98b3c5 (diff) | |
download | mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.tar.gz mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.tar.xz mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.zip |
PlayerThread, ...: move to src/player/
Diffstat (limited to '')
-rw-r--r-- | src/player/Thread.hxx (renamed from src/PlayerThread.hxx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlayerThread.hxx b/src/player/Thread.hxx index 128273aa7..fc6ea4364 100644 --- a/src/PlayerThread.hxx +++ b/src/player/Thread.hxx @@ -26,7 +26,7 @@ * audio outputs via audio_output_all_play(). * * It is controlled by the main thread (the playlist code), see - * PlayerControl.hxx. The playlist enqueues new songs into the player + * Control.hxx. The playlist enqueues new songs into the player * thread and sends it commands. * * The player thread itself does not do any I/O. It synchronizes with |