diff options
author | 2016-07-02 03:50:26 +0200 | |
---|---|---|
committer | 2016-07-02 03:50:26 +0200 | |
commit | eeadf6d71c394095415d62e22fe7afaec2de470d (patch) | |
tree | 064dc380542916e1c198d7aede0793f405061eb3 /src/frontend/mame/ui/menu.h | |
parent | ad47988e79d378a0b948fdc9e41f41dda6899fd5 (diff) |
Fixed MT06263
Diffstat (limited to 'src/frontend/mame/ui/menu.h')
-rw-r--r-- | src/frontend/mame/ui/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/menu.h b/src/frontend/mame/ui/menu.h index 032a5f699ee..38e2367102e 100644 --- a/src/frontend/mame/ui/menu.h +++ b/src/frontend/mame/ui/menu.h @@ -66,7 +66,7 @@ public: void item_append(const std::string &text, const std::string &subtext, UINT32 flags, void *ref, menu_item_type type = menu_item_type::UNKNOWN); void item_append(std::string &&text, std::string &&subtext, UINT32 flags, void *ref, menu_item_type type = menu_item_type::UNKNOWN); void item_append(menu_item item); - void item_append(menu_item_type type); + void item_append(menu_item_type type, UINT32 flags = 0); // configure the menu for custom rendering virtual void custom_render(void *selectedref, float top, float bottom, float x, float y, float x2, float y2); |