diff options
Diffstat (limited to 'src/emu/debug/dvwpoints.h')
-rw-r--r-- | src/emu/debug/dvwpoints.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/dvwpoints.h b/src/emu/debug/dvwpoints.h index fc6b641effc..e56c992cb8d 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(astring& str, int len); + void pad_astring_to_length(std::string& str, int len); void gather_watchpoints(); |