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/SongUpdate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SongUpdate.cxx') diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx index 6e5e37a2b..377b2fb7c 100644 --- a/src/SongUpdate.cxx +++ b/src/SongUpdate.cxx @@ -89,7 +89,7 @@ Song::UpdateFile() TagBuilder tag_builder; if (!tag_file_scan(path_fs, - &full_tag_handler, &tag_builder)) + full_tag_handler, &tag_builder)) return false; if (tag_builder.IsEmpty()) -- cgit v1.2.3