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/decoder/VorbisComments.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder/VorbisComments.hxx') diff --git a/src/decoder/VorbisComments.hxx b/src/decoder/VorbisComments.hxx index 7a8374785..e5a48ef6b 100644 --- a/src/decoder/VorbisComments.hxx +++ b/src/decoder/VorbisComments.hxx @@ -22,12 +22,12 @@ #include "check.h" -struct replay_gain_info; +struct ReplayGainInfo; struct tag_handler; struct Tag; bool -vorbis_comments_to_replay_gain(struct replay_gain_info *rgi, char **comments); +vorbis_comments_to_replay_gain(ReplayGainInfo &rgi, char **comments); void vorbis_comments_scan(char **comments, -- cgit v1.2.3