Commit 08879d2a authored by Max Kellermann's avatar Max Kellermann

DetachedSong: add move operator

parent 1292af47
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment