diff options
Diffstat (limited to 'src/emu/cpu/e132xs/e132xs.h')
-rw-r--r-- | src/emu/cpu/e132xs/e132xs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/e132xs/e132xs.h b/src/emu/cpu/e132xs/e132xs.h index 9ab10d1cec1..2d8bc976cf8 100644 --- a/src/emu/cpu/e132xs/e132xs.h +++ b/src/emu/cpu/e132xs/e132xs.h @@ -241,7 +241,7 @@ protected: 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 &str); + virtual void state_string_export(const device_state_entry &entry, std::string &str); // address spaces const address_space_config m_program_config; |