diff options
author | 2019-07-28 14:31:16 +1000 | |
---|---|---|
committer | 2019-07-28 14:31:16 +1000 | |
commit | ace8e401fcfa9c1ee40b0bece9f5bfb902f97736 (patch) | |
tree | c9ab7487049db6b5ee0c82480b10697c01f02a44 /src/emu/uiinput.h | |
parent | c8e1190ca1078be93224c6d167e9da957f9dfc66 (diff) |
srcclean (nw)
Diffstat (limited to 'src/emu/uiinput.h')
-rw-r--r-- | src/emu/uiinput.h | 2 |
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]; |