aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagBuilder.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-03 12:57:22 +0100
committerMax Kellermann <max@duempel.org>2013-12-03 12:59:33 +0100
commitc36af357303891a45fdcb286b99ca8bb5be20693 (patch)
tree7a242dc4f251b2b1f964e1544d977aa32979fc9d /src/tag/TagBuilder.hxx
parent424f478c3f6760023ff67ca4facc424787be5a0d (diff)
downloadmpd-c36af357303891a45fdcb286b99ca8bb5be20693.tar.gz
mpd-c36af357303891a45fdcb286b99ca8bb5be20693.tar.xz
mpd-c36af357303891a45fdcb286b99ca8bb5be20693.zip
TagBuilder: add move operator
Diffstat (limited to 'src/tag/TagBuilder.hxx')
-rw-r--r--src/tag/TagBuilder.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tag/TagBuilder.hxx b/src/tag/TagBuilder.hxx
index 63a4c175a..cd4fa4e57 100644
--- a/src/tag/TagBuilder.hxx
+++ b/src/tag/TagBuilder.hxx
@@ -68,6 +68,9 @@ public:
explicit TagBuilder(Tag &&other);
TagBuilder &operator=(const TagBuilder &other);
+ TagBuilder &operator=(TagBuilder &&other);
+
+ TagBuilder &operator=(Tag &&other);
/**
* Returns true if the tag contains no items. This ignores the "time"