diff options
author | 2015-04-12 16:54:10 +0200 | |
---|---|---|
committer | 2015-04-12 16:54:10 +0200 | |
commit | 87f705b984df084f2a6658d838d6b56eee576e13 (patch) | |
tree | bee6c295b35db2143b130f1780bdb94a000ba96a /src/emu/cpu/ssem/ssem.h | |
parent | f2243d602081b2f5ccf5b1dfe0e9530e30567a2a (diff) |
string -> str rename due to future conflicts (nw)
Diffstat (limited to 'src/emu/cpu/ssem/ssem.h')
-rw-r--r-- | src/emu/cpu/ssem/ssem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/ssem/ssem.h b/src/emu/cpu/ssem/ssem.h index 5c7b6199213..85a9df24583 100644 --- a/src/emu/cpu/ssem/ssem.h +++ b/src/emu/cpu/ssem/ssem.h @@ -43,7 +43,7 @@ public: virtual offs_t disasm_disassemble(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram, UINT32 options); // device_state_interface overrides - virtual void state_string_export(const device_state_entry &entry, astring &string); + virtual void state_string_export(const device_state_entry &entry, astring &str); // address spaces const address_space_config m_program_config; |