mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
- 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…
x
Reference in New Issue
Block a user