From a0715c7c400f1a7e41285a06eef23535fb0afa1d Mon Sep 17 00:00:00 2001 From: dankan1890 Date: Fri, 15 Apr 2016 17:39:45 +0200 Subject: Reduction code for entries of "enum class ui_menu_item_type" and the use of item_append with separators. --- src/emu/ui/ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/ui/ui.cpp') 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_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); } -- cgit v1.2.3-70-g09d2