diff options
Diffstat (limited to 'src/Tag.hxx')
-rw-r--r-- | src/Tag.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Tag.hxx b/src/Tag.hxx index 5f1702994..2c5f599e2 100644 --- a/src/Tag.hxx +++ b/src/Tag.hxx @@ -112,6 +112,11 @@ struct Tag { return !IsEmpty() || time >= 0; } + /** + * Clear everything, as if this was a new Tag object. + */ + void Clear(); + void DeleteItem(unsigned i); /** |