From c36af357303891a45fdcb286b99ca8bb5be20693 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 3 Dec 2013 12:57:22 +0100 Subject: TagBuilder: add move operator --- src/tag/TagBuilder.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tag/TagBuilder.hxx') 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" -- cgit v1.2.3