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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/clifront.h b/src/frontend/mame/clifront.h
index 84157f2a6d8..8a2ae059b6c 100644
--- a/src/frontend/mame/clifront.h
+++ b/src/frontend/mame/clifront.h
@@ -72,7 +72,7 @@ private:
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 output_single_softlist(FILE *out, software_list_device &swlist);
+ 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);