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.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tag/ApeReplayGain.hxx b/src/tag/ApeReplayGain.hxx
index f40523550..865add6f1 100644
--- a/src/tag/ApeReplayGain.hxx
+++ b/src/tag/ApeReplayGain.hxx
@@ -22,9 +22,10 @@
#include "check.h"
+class Path;
struct ReplayGainInfo;
bool
-replay_gain_ape_read(const char *path_fs, ReplayGainInfo &info);
+replay_gain_ape_read(Path path_fs, ReplayGainInfo &info);
#endif