TagFile: pass reference instead of pointer

This commit is contained in:
Max Kellermann
2013-12-29 16:16:04 +01:00
parent c97685fe6c
commit 9be82891b0
5 changed files with 6 additions and 9 deletions

View File

@@ -33,7 +33,6 @@ struct tag_handler;
* found)
*/
bool
tag_file_scan(Path path,
const tag_handler *handler, void *handler_ctx);
tag_file_scan(Path path, const tag_handler &handler, void *handler_ctx);
#endif