tag/TagBuilder: overload Commit() returning a Tag object
This commit is contained in:
@@ -133,6 +133,14 @@ TagBuilder::Commit(Tag &tag)
|
||||
Clear();
|
||||
}
|
||||
|
||||
Tag
|
||||
TagBuilder::Commit()
|
||||
{
|
||||
Tag tag;
|
||||
Commit(tag);
|
||||
return tag;
|
||||
}
|
||||
|
||||
Tag *
|
||||
TagBuilder::CommitNew()
|
||||
{
|
||||
|
Reference in New Issue
Block a user