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/DecoderInternal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/DecoderInternal.cxx') diff --git a/src/decoder/DecoderInternal.cxx b/src/decoder/DecoderInternal.cxx index b50fee185..416a75b75 100644 --- a/src/decoder/DecoderInternal.cxx +++ b/src/decoder/DecoderInternal.cxx @@ -56,7 +56,7 @@ need_chunks(DecoderControl &dc) return dc.command; } -struct music_chunk * +MusicChunk * Decoder::GetChunk() { DecoderCommand cmd; -- cgit v1.2.3