diff options
Diffstat (limited to 'src/emu/debug/dvbpoints.h')
-rw-r--r-- | src/emu/debug/dvbpoints.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/dvbpoints.h b/src/emu/debug/dvbpoints.h index 59a446f8a03..1ee3cdcb510 100644 --- a/src/emu/debug/dvbpoints.h +++ b/src/emu/debug/dvbpoints.h @@ -46,7 +46,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_breakpoints(); |