mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
InputConfigDiag: make m_iterate protected, not private
This commit is contained in:
@@ -240,6 +240,7 @@ protected:
|
||||
|
||||
ControllerEmu::EmulatedController* const controller;
|
||||
|
||||
bool m_iterate = false;
|
||||
wxTimer m_update_timer;
|
||||
|
||||
private:
|
||||
@@ -249,5 +250,4 @@ private:
|
||||
InputEventFilter m_event_filter;
|
||||
|
||||
bool DetectButton(ControlButton* button);
|
||||
bool m_iterate = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user