summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uiinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/uiinput.h')
-rw-r--r--src/emu/uiinput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/uiinput.h b/src/emu/uiinput.h
index 1504133b13d..d62f0c8a9b9 100644
--- a/src/emu/uiinput.h
+++ b/src/emu/uiinput.h
@@ -108,7 +108,7 @@ private:
running_machine & m_machine; // reference to our machine
/* pressed states; retrieved with ui_input_pressed() */
- bool m_presses_enabled;
+ bool m_presses_enabled;
osd_ticks_t m_next_repeat[IPT_COUNT];
u8 m_seqpressed[IPT_COUNT];