summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/filemngr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/filemngr.h')
-rw-r--r--src/frontend/mame/ui/filemngr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/mame/ui/filemngr.h b/src/frontend/mame/ui/filemngr.h
index d656bb9e692..a925e24b35e 100644
--- a/src/frontend/mame/ui/filemngr.h
+++ b/src/frontend/mame/ui/filemngr.h
@@ -34,7 +34,7 @@ protected:
private:
virtual void populate(float &customtop, float &custombottom) override;
- virtual void handle() override;
+ virtual void handle(event const *ev) override;
void fill_image_line(device_image_interface *img, std::string &instance, std::string &filename);
@@ -44,4 +44,4 @@ private:
} // namespace ui
-#endif /* MAME_FRONTEND_UI_FILEMNGR_H */
+#endif // MAME_FRONTEND_UI_FILEMNGR_H