aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/ApeReplayGain.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag/ApeReplayGain.hxx')
-rw-r--r--src/tag/ApeReplayGain.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag/ApeReplayGain.hxx b/src/tag/ApeReplayGain.hxx
index 4bc34a9d2..f40523550 100644
--- a/src/tag/ApeReplayGain.hxx
+++ b/src/tag/ApeReplayGain.hxx
@@ -22,9 +22,9 @@
#include "check.h"
-struct replay_gain_info;
+struct ReplayGainInfo;
bool
-replay_gain_ape_read(const char *path_fs, struct replay_gain_info *info);
+replay_gain_ape_read(const char *path_fs, ReplayGainInfo &info);
#endif