DetachedSong: add move operator
This commit is contained in:
parent
1292af4768
commit
08879d2a20
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user