diff options
Diffstat (limited to 'src/decoder/DecoderInternal.hxx')
-rw-r--r-- | src/decoder/DecoderInternal.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DecoderInternal.hxx b/src/decoder/DecoderInternal.hxx index b7df55bf1..ccf9885f4 100644 --- a/src/decoder/DecoderInternal.hxx +++ b/src/decoder/DecoderInternal.hxx @@ -78,7 +78,7 @@ struct Decoder { Tag *decoder_tag = nullptr; /** the chunk currently being written to */ - MusicChunk *chunk = nullptr; + MusicChunk *current_chunk = nullptr; ReplayGainInfo replay_gain_info; |