diff options
Diffstat (limited to 'src/DecoderAPI.hxx')
-rw-r--r-- | src/DecoderAPI.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderAPI.hxx b/src/DecoderAPI.hxx index b2cc7756b..0f9dabb4b 100644 --- a/src/DecoderAPI.hxx +++ b/src/DecoderAPI.hxx @@ -174,7 +174,7 @@ decoder_tag(Decoder &decoder, InputStream &is, Tag &&tag) */ void decoder_replay_gain(Decoder &decoder, - const struct replay_gain_info *replay_gain_info); + const ReplayGainInfo *replay_gain_info); /** * Store MixRamp tags. |