- Linux build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7420 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
beb6094708
commit
c316417a34
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue