From 9be82891b01ba2190a97032a2f84b70151bc2358 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 29 Dec 2013 16:16:04 +0100 Subject: TagFile: pass reference instead of pointer --- src/TagFile.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/TagFile.hxx') diff --git a/src/TagFile.hxx b/src/TagFile.hxx index d1dbb3e46..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 tag_handler *handler, void *handler_ctx); +tag_file_scan(Path path, const tag_handler &handler, void *handler_ctx); #endif -- cgit v1.2.3