diff options
author | Max Kellermann <max@duempel.org> | 2013-09-26 21:51:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-26 21:51:45 +0200 |
commit | ce1d8975751251d49581129193e09490ca650a8b (patch) | |
tree | 27eda9989e35a74ccdade4924c47391ce2ee56b6 /src/MusicChunk.hxx | |
parent | 17e108a10a79a5cfb44981323442c92e35813e98 (diff) |
MusicPipe: expose the C++ API
Diffstat (limited to 'src/MusicChunk.hxx')
-rw-r--r-- | src/MusicChunk.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MusicChunk.hxx b/src/MusicChunk.hxx index 87821fe1c..5eb1d619b 100644 --- a/src/MusicChunk.hxx +++ b/src/MusicChunk.hxx @@ -36,7 +36,7 @@ struct Tag; /** * A chunk of music data. Its format is defined by the - * music_pipe_append() caller. + * MusicPipe::Push() caller. */ struct music_chunk { /** the next chunk in a linked list */ |