summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/lc8670/lc8670.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/lc8670/lc8670.h')
-rw-r--r--src/emu/cpu/lc8670/lc8670.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/lc8670/lc8670.h b/src/emu/cpu/lc8670/lc8670.h
index 4a27c871f03..e2668c1bacd 100644
--- a/src/emu/cpu/lc8670/lc8670.h
+++ b/src/emu/cpu/lc8670/lc8670.h
@@ -110,7 +110,7 @@ protected:
// device_state_interface overrides
virtual void state_import(const device_state_entry &entry);
- void state_string_export(const device_state_entry &entry, astring &str);
+ void state_string_export(const device_state_entry &entry, std::string &str);
// device_memory_interface overrides
virtual const address_space_config *memory_space_config(address_spacenum spacenum = AS_0) const;