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

@@ -134,7 +134,7 @@ TagBuilder::Commit(Tag &tag)
}
Tag *
TagBuilder::Commit()
TagBuilder::CommitNew()
{
Tag *tag = new Tag();
Commit(*tag);