summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/selector.h')
-rw-r--r--src/frontend/mame/ui/selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/selector.h b/src/frontend/mame/ui/selector.h
index 1f53a244bfb..d8b0abc0472 100644
--- a/src/frontend/mame/ui/selector.h
+++ b/src/frontend/mame/ui/selector.h
@@ -41,7 +41,7 @@ private:
enum { VISIBLE_GAMES_IN_SEARCH = 200 };
virtual void populate(float &customtop, float &custombottom) override;
- virtual void handle() override;
+ virtual void handle(event const *ev) override;
void find_matches(const char *str);