aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/ApeTag.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tag/ApeTag.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tag/ApeTag.cxx b/src/tag/ApeTag.cxx
index fa2e744c4..1ba645369 100644
--- a/src/tag/ApeTag.cxx
+++ b/src/tag/ApeTag.cxx
@@ -23,6 +23,7 @@
#include "Tag.hxx"
#include "TagTable.hxx"
#include "TagHandler.hxx"
+#include "fs/Path.hxx"
#include <string>
@@ -88,7 +89,7 @@ tag_ape_import_item(unsigned long flags,
}
bool
-tag_ape_scan2(const char *path_fs,
+tag_ape_scan2(Path path_fs,
const struct tag_handler *handler, void *handler_ctx)
{
bool recognized = false;