diff options
| author | 2016-06-29 08:34:30 +0200 | |
|---|---|---|
| committer | 2016-06-29 08:34:30 +0200 | |
| commit | 63f9a01f8c5d43b9cfe68c2d401a84647d19c10e (patch) | |
| tree | a1f1874aa84850bddbebd2b0e0bfc3e1c77ce8c4 /src/emu/debug/debugcon.h | |
| parent | 1f6f1bfd6cfb748d9c5e159d6bd014bab8d30944 (diff) | |
Cleanup and version bumpmame0175
Diffstat (limited to 'src/emu/debug/debugcon.h')
| -rw-r--r-- | src/emu/debug/debugcon.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/debug/debugcon.h b/src/emu/debug/debugcon.h index 5e04d349454..e6e5145119a 100644 --- a/src/emu/debug/debugcon.h +++ b/src/emu/debug/debugcon.h @@ -124,12 +124,12 @@ private: int maxparams; }; - running_machine &m_machine; + running_machine &m_machine; - text_buffer *m_console_textbuf; - text_buffer *m_errorlog_textbuf; + text_buffer *m_console_textbuf; + text_buffer *m_errorlog_textbuf; - debug_command *m_commandlist; + debug_command *m_commandlist; }; #endif |
