diff options
Diffstat (limited to 'src/TagFile.hxx')
-rw-r--r-- | src/TagFile.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/TagFile.hxx b/src/TagFile.hxx index 078abebd9..b11a8ac1c 100644 --- a/src/TagFile.hxx +++ b/src/TagFile.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -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 |