mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-13 23:30:02 -05:00
Merge pull request #14642 from SuperSamus/cpp-move-fixup-nocubeb
Fixup #14565 (compilation with `-DENABLE_CUBEB=OFF`)
This commit is contained in:
commit
b0eb643c61
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user