tag/TagBuilder: rename Commit() to CommitNew()
This commit is contained in:
@@ -134,7 +134,7 @@ TagBuilder::Commit(Tag &tag)
|
||||
}
|
||||
|
||||
Tag *
|
||||
TagBuilder::Commit()
|
||||
TagBuilder::CommitNew()
|
||||
{
|
||||
Tag *tag = new Tag();
|
||||
Commit(*tag);
|
||||
|
Reference in New Issue
Block a user