DetachedSong: add move operator

This commit is contained in:
Max Kellermann 2017-02-08 10:24:40 +01:00
parent 1292af4768
commit 08879d2a20

View File

@ -104,6 +104,7 @@ public:
above prevents them from being generated implicitly */ above prevents them from being generated implicitly */
explicit DetachedSong(const DetachedSong &) = default; explicit DetachedSong(const DetachedSong &) = default;
DetachedSong(DetachedSong &&) = default; DetachedSong(DetachedSong &&) = default;
DetachedSong &operator=(DetachedSong &&) = default;
gcc_pure gcc_pure
const char *GetURI() const { const char *GetURI() const {