aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagFile.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-29 16:16:04 +0100
committerMax Kellermann <max@duempel.org>2013-12-29 16:24:04 +0100
commit9be82891b01ba2190a97032a2f84b70151bc2358 (patch)
tree64aca4836fcb7672df94c24a2d5ac216d8ae15fb /src/TagFile.hxx
parentc97685fe6cbcd412cb2425e475075ffbabcd072c (diff)
downloadmpd-9be82891b01ba2190a97032a2f84b70151bc2358.tar.gz
mpd-9be82891b01ba2190a97032a2f84b70151bc2358.tar.xz
mpd-9be82891b01ba2190a97032a2f84b70151bc2358.zip
TagFile: pass reference instead of pointer
Diffstat (limited to 'src/TagFile.hxx')
-rw-r--r--src/TagFile.hxx3
1 files changed, 1 insertions, 2 deletions
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