mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 19:34:43 +02:00
Fix OSX!
This commit is contained in:
@@ -783,7 +783,7 @@ IOFile::IOFile(IOFile&& other)
|
||||
|
||||
IOFile& IOFile::operator=(IOFile&& other)
|
||||
{
|
||||
IOFile(std::move(other)).Swap(*this);
|
||||
IOFile((IOFile&&)other).Swap(*this);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user