mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Hopefully kill a stupid warning on Windows.
This commit is contained in:
parent
b7fae1febb
commit
f3e91bc10d
2 changed files with 3 additions and 3 deletions
|
@ -160,7 +160,7 @@ public:
|
|||
~IOFile();
|
||||
|
||||
IOFile(IOFile&& other);
|
||||
IOFile& operator=(IOFile other);
|
||||
IOFile& operator=(IOFile&& other);
|
||||
|
||||
void Swap(IOFile& other);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue