aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/ApeLoader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag/ApeLoader.hxx')
-rw-r--r--src/tag/ApeLoader.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag/ApeLoader.hxx b/src/tag/ApeLoader.hxx
index 1bdfe692d..4587ff063 100644
--- a/src/tag/ApeLoader.hxx
+++ b/src/tag/ApeLoader.hxx
@@ -26,11 +26,11 @@
#include <stddef.h>
+struct StringView;
class Path;
typedef std::function<bool(unsigned long flags, const char *key,
- const char *value,
- size_t value_length)> ApeTagCallback;
+ StringView value)> ApeTagCallback;
/**
* Scans the APE tag values from a file.