diff options
author | 2016-06-04 14:55:01 -0400 | |
---|---|---|
committer | 2016-06-04 15:06:39 -0400 | |
commit | ff0dddc1aa6228907e13ed6c4868e533ee70e9a4 (patch) | |
tree | 23802e40032b6ffc345084b36d3044970d91954c /src/frontend/mame/ui/menu.cpp | |
parent | 65720796a80fd8fac1012e56b5273806658ab524 (diff) |
Added template implementations of mame_ui_manager::set_handler(), and changed call sites
Diffstat (limited to 'src/frontend/mame/ui/menu.cpp')
-rw-r--r-- | src/frontend/mame/ui/menu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/menu.cpp b/src/frontend/mame/ui/menu.cpp index 995920655e6..35e325a35e7 100644 --- a/src/frontend/mame/ui/menu.cpp +++ b/src/frontend/mame/ui/menu.cpp @@ -1270,7 +1270,7 @@ void menu::do_handle() // and calls the menu handler //------------------------------------------------- -UINT32 menu::ui_handler(mame_ui_manager &mui, render_container *container, UINT32 state) +UINT32 menu::ui_handler(render_container *container, mame_ui_manager &mui) { // if we have no menus stacked up, start with the main menu if (!menu_stack) |