summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/ui/filemngr.cpp
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/filemngr.cpp
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/filemngr.cpp')
-rw-r--r--src/frontend/mame/ui/filemngr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/filemngr.cpp b/src/frontend/mame/ui/filemngr.cpp
index a5ae3c84968..74916b46ac1 100644
--- a/src/frontend/mame/ui/filemngr.cpp
+++ b/src/frontend/mame/ui/filemngr.cpp
@@ -103,7 +103,7 @@ void menu_file_manager::fill_image_line(device_image_interface *img, std::string
// populate
//-------------------------------------------------
-void menu_file_manager::populate()
+void menu_file_manager::populate(float &customtop, float &custombottom)
{
std::string tmp_inst, tmp_name;
bool first_entry = true;