summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/devopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/devopt.h')
-rw-r--r--src/frontend/mame/ui/devopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/devopt.h b/src/frontend/mame/ui/devopt.h
index 74c81a75809..05fef63240b 100644
--- a/src/frontend/mame/ui/devopt.h
+++ b/src/frontend/mame/ui/devopt.h
@@ -28,7 +28,7 @@ protected:
virtual void populate_text(std::optional<text_layout> &layout, float &width, int &lines) override;
private:
- virtual void populate(float &customtop, float &custombottom) override;
+ virtual void populate() override;
virtual void handle(event const *ev) override;
device_slot_interface::slot_option const *const m_option;