From c94b4466d52c3c625467312ea565a4685184c517 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 12 Aug 2014 15:56:41 +0200 Subject: MusicChunk: rename struct to MusicChunk --- src/decoder/DecoderAPI.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder/DecoderAPI.cxx') diff --git a/src/decoder/DecoderAPI.cxx b/src/decoder/DecoderAPI.cxx index 5c4822804..b214b91a8 100644 --- a/src/decoder/DecoderAPI.cxx +++ b/src/decoder/DecoderAPI.cxx @@ -387,7 +387,7 @@ decoder_timestamp(Decoder &decoder, double t) static DecoderCommand do_send_tag(Decoder &decoder, const Tag &tag) { - struct music_chunk *chunk; + MusicChunk *chunk; if (decoder.chunk != nullptr) { /* there is a partial chunk - flush it, we want the @@ -487,7 +487,7 @@ decoder_data(Decoder &decoder, } while (length > 0) { - struct music_chunk *chunk; + MusicChunk *chunk; bool full; chunk = decoder.GetChunk(); -- cgit v1.2.3