diff --git a/Source/Core/Core/IOS/USB/Emulated/Microphone.cpp b/Source/Core/Core/IOS/USB/Emulated/Microphone.cpp index 4a21c76596..db261eb076 100644 --- a/Source/Core/Core/IOS/USB/Emulated/Microphone.cpp +++ b/Source/Core/Core/IOS/USB/Emulated/Microphone.cpp @@ -36,8 +36,7 @@ Microphone::Microphone(const MicrophoneState& sampler, std::string worker_name) { } #else -Microphone::Microphone(MicrophoneState sampler, std::string worker_name) - : m_sampler(std::move(sampler)) +Microphone::Microphone(const MicrophoneState& sampler, std::string worker_name) : m_sampler(sampler) { } #endif