From 32c256eccc827d2708c6c270c5c59df4b8a6ae01 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 23 Nov 2016 09:41:14 +1100 Subject: Encapsulate a bit more of the menu base class to control when layout changes can happen --- src/frontend/mame/ui/filemngr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/mame/ui/filemngr.h') diff --git a/src/frontend/mame/ui/filemngr.h b/src/frontend/mame/ui/filemngr.h index 34cdb0a98ce..68da54f1d05 100644 --- a/src/frontend/mame/ui/filemngr.h +++ b/src/frontend/mame/ui/filemngr.h @@ -30,7 +30,7 @@ protected: virtual void custom_render(void *selectedref, float top, float bottom, float x, float y, float x2, float y2) override; private: - virtual void populate() override; + virtual void populate(float &customtop, float &custombottom) override; virtual void handle() override; void fill_image_line(device_image_interface *img, std::string &instance, std::string &filename); -- cgit v1.2.3