From f8c23488c942a89df74b231307281cf1919fab61 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 21 Oct 2013 23:53:27 +0200 Subject: Song: add method ReplaceTag() --- src/Song.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Song.hxx') diff --git a/src/Song.hxx b/src/Song.hxx index bd7465013..b74690e77 100644 --- a/src/Song.hxx +++ b/src/Song.hxx @@ -126,6 +126,8 @@ struct Song { return parent == &detached_root; } + void ReplaceTag(Tag &&tag); + bool UpdateFile(); bool UpdateFileInArchive(); -- cgit v1.2.3