diff options
Diffstat (limited to 'src/emu/ui/ui.cpp')
-rw-r--r-- | src/emu/ui/ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/ui.cpp b/src/emu/ui/ui.cpp index 718e73bb9ef..2ad16e99f0c 100644 --- a/src/emu/ui/ui.cpp +++ b/src/emu/ui/ui.cpp @@ -2048,7 +2048,7 @@ std::vector<ui_menu_item> ui_manager::slider_init(running_machine &machine) item.subtext = ""; item.flags = 0; item.ref = slider; - item.type = ui_menu_item_type::UI_MENU_ITEM_TYPE_SLIDER; + item.type = ui_menu_item_type::SLIDER; items.push_back(item); } |