summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/optsmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/optsmenu.h')
-rw-r--r--src/frontend/mame/ui/optsmenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/mame/ui/optsmenu.h b/src/frontend/mame/ui/optsmenu.h
index 1809f1bd204..297ec7aa64f 100644
--- a/src/frontend/mame/ui/optsmenu.h
+++ b/src/frontend/mame/ui/optsmenu.h
@@ -29,7 +29,7 @@ public:
protected:
virtual void custom_render(void *selectedref, float top, float bottom, float x, float y, float x2, float y2) override;
- virtual void handle() override;
+ virtual void handle(event const *ev) override;
virtual void populate(float &customtop, float &custombottom) override;
void handle_item_event(event const &menu_event);
@@ -62,7 +62,7 @@ public:
virtual ~menu_game_options() override;
protected:
- virtual void handle() override;
+ virtual void handle(event const *ev) override;
virtual void populate(float &customtop, float &custombottom) override;
void handle_item_event(event const &menu_event);