From 6d475c40de567d778fa6f96c379687a8bf83f82b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 25 Oct 2013 19:09:22 +0200 Subject: ReplayGainInfo: use CamelCase for struct name --- src/DecoderAPI.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DecoderAPI.hxx') 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. -- cgit v1.2.3