diff options
Diffstat (limited to 'src/emu/debug/dvmemory.h')
-rw-r--r-- | src/emu/debug/dvmemory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/dvmemory.h b/src/emu/debug/dvmemory.h index 69db37b3102..e3d743169a5 100644 --- a/src/emu/debug/dvmemory.h +++ b/src/emu/debug/dvmemory.h @@ -108,7 +108,7 @@ private: offs_t m_maxaddr; // (derived) maximum address to display UINT32 m_bytes_per_row; // (derived) number of bytes displayed per line UINT32 m_byte_offset; // (derived) offset of starting visible byte - astring m_addrformat; // (derived) format string to use to print addresses + std::string m_addrformat; // (derived) format string to use to print addresses struct section { |