Merge branch 'move' of git://github.com/neheb/MPD

This commit is contained in:
Max Kellermann
2021-08-29 06:47:05 +02:00
3 changed files with 3 additions and 7 deletions

View File

@@ -170,5 +170,5 @@ void
DecoderControl::CycleMixRamp() noexcept
{
previous_mix_ramp = std::move(mix_ramp);
mix_ramp.Clear();
mix_ramp = {};
}