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 faca9fc236f..2ef1477d74a 100644
--- a/src/frontend/mame/ui/slotopt.h
+++ b/src/frontend/mame/ui/slotopt.h
@@ -24,7 +24,7 @@ public:
virtual ~menu_slot_devices() override;
private:
- virtual void populate() override;
+ virtual void populate(float &customtop, float &custombottom) override;
virtual void handle() override;
device_slot_option *slot_get_current_option(device_slot_interface &slot);