summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/clifront.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/clifront.h')
-rw-r--r--src/frontend/mame/clifront.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/mame/clifront.h b/src/frontend/mame/clifront.h
index 8a2ae059b6c..bc0ab3baab8 100644
--- a/src/frontend/mame/clifront.h
+++ b/src/frontend/mame/clifront.h
@@ -70,8 +70,8 @@ private:
// internal helpers
template <typename T, typename U> void apply_action(const std::vector<std::string> &args, T &&drvact, U &&devact);
template <typename T> void apply_device_action(const std::vector<std::string> &args, T &&action);
- void execute_commands(const char *exename);
- void display_help(const char *exename);
+ void execute_commands(std::string_view exename);
+ void display_help(std::string_view exename);
void output_single_softlist(std::ostream &out, software_list_device &swlist);
void start_execution(mame_machine_manager *manager, const std::vector<std::string> &args);
static const info_command_struct *find_command(const std::string &s);