diff options
Diffstat (limited to 'src/DecoderInternal.hxx')
-rw-r--r-- | src/DecoderInternal.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderInternal.hxx b/src/DecoderInternal.hxx index 07c682f19..6c93a8b23 100644 --- a/src/DecoderInternal.hxx +++ b/src/DecoderInternal.hxx @@ -75,7 +75,7 @@ struct Decoder { /** the chunk currently being written to */ struct music_chunk *chunk; - struct replay_gain_info replay_gain_info; + ReplayGainInfo replay_gain_info; /** * A positive serial number for checking if replay gain info |