aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlayerThread.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-26 21:51:45 +0200
committerMax Kellermann <max@duempel.org>2013-09-26 21:51:45 +0200
commitce1d8975751251d49581129193e09490ca650a8b (patch)
tree27eda9989e35a74ccdade4924c47391ce2ee56b6 /src/PlayerThread.hxx
parent17e108a10a79a5cfb44981323442c92e35813e98 (diff)
downloadmpd-ce1d8975751251d49581129193e09490ca650a8b.tar.gz
mpd-ce1d8975751251d49581129193e09490ca650a8b.tar.xz
mpd-ce1d8975751251d49581129193e09490ca650a8b.zip
MusicPipe: expose the C++ API
Diffstat (limited to 'src/PlayerThread.hxx')
-rw-r--r--src/PlayerThread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlayerThread.hxx b/src/PlayerThread.hxx
index 197669cd6..7ed03f55a 100644
--- a/src/PlayerThread.hxx
+++ b/src/PlayerThread.hxx
@@ -31,7 +31,7 @@
*
* The player thread itself does not do any I/O. It synchronizes with
* other threads via #GMutex and #GCond objects, and passes
- * #music_chunk instances around in #music_pipe objects.
+ * #music_chunk instances around in #MusicPipe objects.
*/
#ifndef MPD_PLAYER_THREAD_HXX