summaryrefslogtreecommitdiff
path: root/src/SongUpdate.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-02-22 17:38:06 +0100
committerMax Kellermann <max@duempel.org>2016-02-22 17:38:06 +0100
commita5f8fd774d91c0e632ef87e596507b86cd142aec (patch)
treedfd4aaa649b7d96cc7bba079815771137db7a535 /src/SongUpdate.cxx
parentcc5443c38eddbbd2894436b1e2107f8dda7262b8 (diff)
tag/handler: use CamelCase
Diffstat (limited to 'src/SongUpdate.cxx')
-rw-r--r--src/SongUpdate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx
index cf90fb9a2..ae152b8dc 100644
--- a/src/SongUpdate.cxx
+++ b/src/SongUpdate.cxx
@@ -78,7 +78,7 @@ Song::LoadFile(Storage &storage, const char *path_utf8, Directory &parent)
*/
static bool
tag_scan_fallback(Path path,
- const struct tag_handler *handler, void *handler_ctx)
+ const TagHandler *handler, void *handler_ctx)
{
return tag_ape_scan2(path, handler, handler_ctx) ||
tag_id3_scan(path, handler, handler_ctx);