TagFile: pass reference instead of pointer

This commit is contained in:
Max Kellermann
2013-12-29 16:16:04 +01:00
parent c97685fe6c
commit 9be82891b0
5 changed files with 6 additions and 9 deletions

View File

@@ -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())