diff options
Diffstat (limited to '')
-rw-r--r-- | src/DetachedSong.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DetachedSong.hxx b/src/DetachedSong.hxx index bee6a73a4..2059d2367 100644 --- a/src/DetachedSong.hxx +++ b/src/DetachedSong.hxx @@ -74,7 +74,7 @@ public: mtime(0), start_ms(0), end_ms(0) {} explicit DetachedSong(const std::string &_uri) - :uri(std::move(_uri)), + :uri(_uri), mtime(0), start_ms(0), end_ms(0) {} explicit DetachedSong(std::string &&_uri) |