pcsx2: init members in constructor

This commit is contained in:
Gregory Hainaut 2015-09-21 19:06:19 +02:00
parent 1c14389c7f
commit 5b4ba02012
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
class AsyncFileReader
{
protected:
AsyncFileReader() : m_dataoffset(0) {}
AsyncFileReader() : m_dataoffset(0), m_blocksize(0) {}
wxString m_filename;