summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvwpoints.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-03-01 21:40:14 +1100
committer Vas Crabb <vas@vastheman.com>2016-03-01 21:40:14 +1100
commitfee5fb55f9103228b12cd01c5842b805407b3abf (patch)
treea262533304292c5a1702b0c639f7689438931b59 /src/emu/debug/dvwpoints.h
parent9224c862b2c4c42b375fd58b7d99077439cbe635 (diff)
Get rid of most uses of core_i64_hex_format, all remaining uses are in memory.cpp
Diffstat (limited to 'src/emu/debug/dvwpoints.h')
-rw-r--r--src/emu/debug/dvwpoints.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/dvwpoints.h b/src/emu/debug/dvwpoints.h
index b7d899e7717..544828598d7 100644
--- a/src/emu/debug/dvwpoints.h
+++ b/src/emu/debug/dvwpoints.h
@@ -42,7 +42,7 @@ protected:
private:
// internal helpers
void enumerate_sources();
- void pad_astring_to_length(std::string& str, int len);
+ void pad_ostream_to_length(std::ostream& str, int len);
void gather_watchpoints();