From 08879d2a20205d80cb3836f9cc74a969771d28b3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Feb 2017 10:24:40 +0100 Subject: [PATCH] DetachedSong: add move operator --- src/DetachedSong.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DetachedSong.hxx b/src/DetachedSong.hxx index c55638e5b..5840cd696 100644 --- a/src/DetachedSong.hxx +++ b/src/DetachedSong.hxx @@ -104,6 +104,7 @@ public: above prevents them from being generated implicitly */ explicit DetachedSong(const DetachedSong &) = default; DetachedSong(DetachedSong &&) = default; + DetachedSong &operator=(DetachedSong &&) = default; gcc_pure const char *GetURI() const {