aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagRva2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag/TagRva2.hxx')
-rw-r--r--src/tag/TagRva2.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag/TagRva2.hxx b/src/tag/TagRva2.hxx
index 98154041a..a1d67a777 100644
--- a/src/tag/TagRva2.hxx
+++ b/src/tag/TagRva2.hxx
@@ -32,6 +32,6 @@ struct ReplayGainInfo;
* @return true on success
*/
bool
-tag_rva2_parse(struct id3_tag *tag, ReplayGainInfo &replay_gain_info);
+tag_rva2_parse(id3_tag *tag, ReplayGainInfo &replay_gain_info);
#endif