summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debughlp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debug/debughlp.h')
-rw-r--r--src/emu/debug/debughlp.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/emu/debug/debughlp.h b/src/emu/debug/debughlp.h
index 30cf6d5820f..495d674eb0d 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
+const char *debug_get_help(std::string_view tag);
#endif // MAME_EMU_DEBUG_DEBUGHLP_H