From 5ceb0a139d1c04163abc1eba0b15d0e21bb805e9 Mon Sep 17 00:00:00 2001 From: gigaherz Date: Fri, 28 Dec 2012 13:45:17 +0000 Subject: [PATCH] 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 --- pcsx2/AsyncFileReader.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pcsx2/AsyncFileReader.h b/pcsx2/AsyncFileReader.h index 1594b39eb0..c16af0a06a 100644 --- a/pcsx2/AsyncFileReader.h +++ b/pcsx2/AsyncFileReader.h @@ -13,7 +13,8 @@ protected: AsyncFileReader(void) {} wxString m_filename; - + + uint m_dataoffset; uint m_blocksize; public: