summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debug/debugcon.h')
-rw-r--r--src/emu/debug/debugcon.h8
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