From ce1d8975751251d49581129193e09490ca650a8b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 26 Sep 2013 21:51:45 +0200 Subject: MusicPipe: expose the C++ API --- src/MusicChunk.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MusicChunk.hxx') 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 */ -- cgit v1.2.3