summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-11-17 01:44:03 +1100
committer Vas Crabb <vas@vastheman.com>2016-11-17 01:44:03 +1100
commit2354a42010b3a024f3c767105f95d0593641c4f1 (patch)
tree5c50e6db5f444ca4961c391b3efa983f3faabe50 /src/emu/debug/debugcpu.h
parent31e0041051aaf5e14d2ec1be99bf26f4bdae743a (diff)
Turn xmlfile API into something that looks like C++
It's still a bit quirky but it's far better encapsulated before, and it plays nice with const (nw)
Diffstat (limited to 'src/emu/debug/debugcpu.h')
-rw-r--r--src/emu/debug/debugcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcpu.h b/src/emu/debug/debugcpu.h
index 931824ca3f1..15ea24638ac 100644
--- a/src/emu/debug/debugcpu.h
+++ b/src/emu/debug/debugcpu.h
@@ -243,7 +243,7 @@ public:
uint32_t comment_count() const { return m_comment_set.size(); }
uint32_t comment_change_count() const { return m_comment_change; }
bool comment_export(xml_data_node &node);
- bool comment_import(xml_data_node &node,bool is_inline);
+ bool comment_import(xml_data_node const &node, bool is_inline);
uint32_t compute_opcode_crc32(offs_t pc) const;
// history