aboutsummaryrefslogtreecommitdiffstats
path: root/src/cue/CueParser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/cue/CueParser.cxx')
-rw-r--r--src/cue/CueParser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cue/CueParser.cxx b/src/cue/CueParser.cxx
index c81ad89ee..dc96218f4 100644
--- a/src/cue/CueParser.cxx
+++ b/src/cue/CueParser.cxx
@@ -244,7 +244,7 @@ CueParser::Feed2(char *p)
}
state = TRACK;
- current = new DetachedSong(std::move(filename));
+ current = new DetachedSong(filename);
assert(!current->GetTag().IsDefined());
song_tag = header_tag;