mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix compiler error for win64 (SFileInfo doesn't get used much so a copy won't kill us)
This commit is contained in:
@ -32,8 +32,7 @@ struct SFileInfo
|
|||||||
m_FileSize(filesize)
|
m_FileSize(filesize)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
SFileInfo (SFileInfo const&) = delete;
|
SFileInfo (SFileInfo const&) = default;
|
||||||
SFileInfo (SFileInfo&&) = default;
|
|
||||||
SFileInfo () = default;
|
SFileInfo () = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user