From ac1983eae32caa7c6f10ec4bab32a9657bdb2668 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Jan 2014 19:43:09 +0100 Subject: tag/TagBuilder: rename Commit() to CommitNew() --- src/decoder/VorbisComments.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder') diff --git a/src/decoder/VorbisComments.cxx b/src/decoder/VorbisComments.cxx index 2adc498d5..e6a99ca6b 100644 --- a/src/decoder/VorbisComments.cxx +++ b/src/decoder/VorbisComments.cxx @@ -137,5 +137,5 @@ vorbis_comments_to_tag(char **comments) vorbis_comments_scan(comments, &add_tag_handler, &tag_builder); return tag_builder.IsEmpty() ? nullptr - : tag_builder.Commit(); + : tag_builder.CommitNew(); } -- cgit v1.2.3