mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-22 20:45:45 +02:00
Fixes a compile error (C2666) on VS2017 15.8 caused by ambiguity issues. The sstream header uses constexpr auto _both = ios_base::in | ios_base::out; Without the extra type restrictions the compiler cannot tell whether to use the template or the built-in | operator (the const wxSizerFlags & parameter will accept ints).