aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderInternal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/DecoderInternal.cxx')
-rw-r--r--src/decoder/DecoderInternal.cxx2
1 files changed, 1 insertions, 1 deletions
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;