summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/devopt.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-11-23 09:41:14 +1100
committer Vas Crabb <vas@vastheman.com>2016-11-23 09:41:33 +1100
commit32c256eccc827d2708c6c270c5c59df4b8a6ae01 (patch)
treed604fb4f36efeb9a68dc395e0f7a1ae48b3d0e21 /src/frontend/mame/ui/devopt.h
parentf4871c88cb9d09ceb6689d8d2d3b10ddb133d225 (diff)
Encapsulate a bit more of the menu base class to control when layout changes can happen
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 bf6835f9df0..1bd3fafb627 100644
--- a/src/frontend/mame/ui/devopt.h
+++ b/src/frontend/mame/ui/devopt.h
@@ -23,7 +23,7 @@ public:
virtual ~menu_device_config() override;
private:
- virtual void populate() override;
+ virtual void populate(float &customtop, float &custombottom) override;
virtual void handle() override;
device_slot_interface *m_owner;