Fix the fix, one line got lost during the backporting.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5491 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gigaherz 2012-12-28 13:45:17 +00:00
parent 2fed2964f5
commit 5ceb0a139d
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ protected:
AsyncFileReader(void) {}
wxString m_filename;
uint m_dataoffset;
uint m_blocksize;
public: