summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/ui/sliders.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/sliders.h')
-rw-r--r--src/frontend/mame/ui/sliders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/sliders.h b/src/frontend/mame/ui/sliders.h
index 6e3affb53b8..54b2af38f78 100644
--- a/src/frontend/mame/ui/sliders.h
+++ b/src/frontend/mame/ui/sliders.h
@@ -22,7 +22,7 @@ public:
menu_sliders(mame_ui_manager &mui, render_container &container, bool menuless_mode = false);
virtual ~menu_sliders() override;
- static UINT32 ui_handler(render_container &container, mame_ui_manager &mui);
+ static uint32_t ui_handler(render_container &container, mame_ui_manager &mui);
protected:
virtual void custom_render(void *selectedref, float top, float bottom, float x, float y, float x2, float y2) override;