diff options
Diffstat (limited to 'src/tag/TagBuilder.hxx')
-rw-r--r-- | src/tag/TagBuilder.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tag/TagBuilder.hxx b/src/tag/TagBuilder.hxx index c0b4bebfa..6de52b775 100644 --- a/src/tag/TagBuilder.hxx +++ b/src/tag/TagBuilder.hxx @@ -154,6 +154,13 @@ public: void AddItem(TagType type, const char *value); /** + * Appends a new tag item with an empty value. Do not use + * this unless you know what you're doing - because usually, + * empty values are discarded. + */ + void AddEmptyItem(TagType type); + + /** * Removes all tag items. */ void RemoveAll(); |