- Linux build fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7420 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
gnick79 2011-03-29 14:30:09 +00:00
parent beb6094708
commit c316417a34
1 changed files with 1 additions and 1 deletions

View File

@ -197,8 +197,8 @@ public:
private:
int &m_setting;
int &m_index;
int *d_setting;
int &m_index;
bool *m_state;
const tmp_TypeClass type;
};