Fix OSX!
This commit is contained in:
parent
f3e91bc10d
commit
e9232280c4
|
@ -783,7 +783,7 @@ IOFile::IOFile(IOFile&& other)
|
||||||
|
|
||||||
IOFile& IOFile::operator=(IOFile&& other)
|
IOFile& IOFile::operator=(IOFile&& other)
|
||||||
{
|
{
|
||||||
IOFile(std::move(other)).Swap(*this);
|
IOFile((IOFile&&)other).Swap(*this);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue