summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/slotopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/slotopt.h')
-rw-r--r--src/frontend/mame/ui/slotopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/slotopt.h b/src/frontend/mame/ui/slotopt.h
index ecd44c177fd..ec8c08416cf 100644
--- a/src/frontend/mame/ui/slotopt.h
+++ b/src/frontend/mame/ui/slotopt.h
@@ -37,7 +37,7 @@ private:
virtual void handle() override;
device_slot_interface::slot_option const *get_current_option(device_slot_interface &slot) const;
- void set_slot_device(device_slot_interface &slot, const char *val);
+ void set_slot_device(device_slot_interface &slot, std::string_view val);
void record_current_options();
bool try_refresh_current_options();
void rotate_slot_device(device_slot_interface &slot, step_t step);