summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debug/dvstate.h')
-rw-r--r--src/emu/debug/dvstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/dvstate.h b/src/emu/debug/dvstate.h
index 932d4b80a41..88930587d7b 100644
--- a/src/emu/debug/dvstate.h
+++ b/src/emu/debug/dvstate.h
@@ -63,7 +63,7 @@ private:
UINT64 m_currval; // current value
int m_index; // index
UINT8 m_vallen; // number of value chars
- astring m_symbol; // symbol
+ std::string m_symbol; // symbol
};
// internal helpers