mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Revert "mem_fun -> mem_fn."
This reverts commit b7d32b0a3d
.
OSX C++ std library in charge of holding back progress (as usual).
This commit is contained in:
parent
b7d32b0a3d
commit
fe7e691d77
8 changed files with 9 additions and 11 deletions
|
@ -63,7 +63,7 @@ bool AOSound::Start()
|
|||
{
|
||||
memset(realtimeBuffer, 0, sizeof(realtimeBuffer));
|
||||
|
||||
thread = std::thread(std::mem_fn(&AOSound::SoundLoop), this);
|
||||
thread = std::thread(std::mem_fun(&AOSound::SoundLoop), this);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue