diff options
Diffstat (limited to 'src/emu/debug/debugcon.h')
-rw-r--r-- | src/emu/debug/debugcon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcon.h b/src/emu/debug/debugcon.h index 54bc3bf6772..7cc1231d4c9 100644 --- a/src/emu/debug/debugcon.h +++ b/src/emu/debug/debugcon.h @@ -104,7 +104,7 @@ public: vprintf_wrap(wrapcol, util::make_format_argument_pack(std::forward<Format>(fmt), std::forward<Params>(args)...)); } - static const char * cmderr_to_string(CMDERR error); + static std::string cmderr_to_string(CMDERR error); private: void exit(); |