aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TagFile.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/TagFile.hxx b/src/TagFile.hxx
index 078abebd9..84ac6c259 100644
--- a/src/TagFile.hxx
+++ b/src/TagFile.hxx
@@ -33,7 +33,6 @@ struct tag_handler;
* found)
*/
bool
-tag_file_scan(Path path,
- const struct tag_handler *handler, void *handler_ctx);
+tag_file_scan(Path path, const tag_handler &handler, void *handler_ctx);
#endif