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

@@ -170,7 +170,7 @@ CueParser::Commit()
return;
assert(current->tag == nullptr);
current->tag = song_tag.Commit();
current->tag = song_tag.CommitNew();
finished = previous;
previous = current;