mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 06:58:37 +02:00
InputCommon: cleanup warnings of -Wclass-memaccess
Initialize m_state with the default constructor.
This commit is contained in:
@ -105,7 +105,7 @@ public:
|
||||
private:
|
||||
Window m_window;
|
||||
Display* m_display;
|
||||
State m_state;
|
||||
State m_state{};
|
||||
int xi_opcode;
|
||||
const int pointer_deviceid, keyboard_deviceid;
|
||||
std::string name;
|
||||
|
Reference in New Issue
Block a user