diff options
Diffstat (limited to 'src/TagFile.hxx')
-rw-r--r-- | src/TagFile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TagFile.hxx b/src/TagFile.hxx index 3a49a04e1..90d21dc0f 100644 --- a/src/TagFile.hxx +++ b/src/TagFile.hxx @@ -31,6 +31,6 @@ struct tag_handler; */ bool tag_file_scan(Path path, - const struct tag_handler *handler, void *handler_ctx); + const tag_handler *handler, void *handler_ctx); #endif |