summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/cheatopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ui/cheatopt.c')
-rw-r--r--src/emu/ui/cheatopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/ui/cheatopt.c b/src/emu/ui/cheatopt.c
index b14ae03a963..4932fc23133 100644
--- a/src/emu/ui/cheatopt.c
+++ b/src/emu/ui/cheatopt.c
@@ -109,8 +109,8 @@ ui_menu_cheat::ui_menu_cheat(running_machine &machine, render_container *contain
void ui_menu_cheat::populate()
{
/* iterate over cheats */
- astring text;
- astring subtext;
+ std::string text;
+ std::string subtext;
for (cheat_entry *curcheat = machine().cheat().first(); curcheat != NULL; curcheat = curcheat->next())
{
UINT32 flags;