diff options
Diffstat (limited to 'src/emu/debug/debughlp.h')
-rw-r--r-- | src/emu/debug/debughlp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/emu/debug/debughlp.h b/src/emu/debug/debughlp.h index 30cf6d5820f..9efe12acaca 100644 --- a/src/emu/debug/debughlp.h +++ b/src/emu/debug/debughlp.h @@ -13,12 +13,14 @@ #pragma once +#include <string_view> + /*************************************************************************** FUNCTION PROTOTYPES ***************************************************************************/ -/* help management */ -const char * debug_get_help(const char *tag); +// help management +std::string_view debug_get_help(std::string_view tag); #endif // MAME_EMU_DEBUG_DEBUGHLP_H |