tag/TagBuilder: rename Commit() to CommitNew()

This commit is contained in:
Max Kellermann
2014-01-08 19:43:09 +01:00
parent 33c5fc95b4
commit ac1983eae3
20 changed files with 23 additions and 23 deletions

View File

@@ -104,7 +104,7 @@ song_load(TextFile &file, Directory *parent, const char *uri,
}
if (tag.IsDefined())
song->tag = tag.Commit();
song->tag = tag.CommitNew();
return song;
}