mirror of
https://github.com/libretro/pcsx2.git
synced 2025-03-04 23:48:42 +00:00
pcsx2: init members in constructor
This commit is contained in:
parent
1c14389c7f
commit
5b4ba02012
@ -25,7 +25,7 @@
|
||||
class AsyncFileReader
|
||||
{
|
||||
protected:
|
||||
AsyncFileReader() : m_dataoffset(0) {}
|
||||
AsyncFileReader() : m_dataoffset(0), m_blocksize(0) {}
|
||||
|
||||
wxString m_filename;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user