From 3abcaee63ff285514e8b51a60949c97a7dfa5304 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 24 Feb 2016 07:46:57 +0100 Subject: Cleanups and version bump --- src/emu/ui/datmenu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/ui/datmenu.h') diff --git a/src/emu/ui/datmenu.h b/src/emu/ui/datmenu.h index f799e5fa7d0..0d2ae7d686d 100644 --- a/src/emu/ui/datmenu.h +++ b/src/emu/ui/datmenu.h @@ -31,7 +31,7 @@ public: virtual void custom_render(void *selectedref, float top, float bottom, float x, float y, float x2, float y2) override; private: - int actual; + int actual; const game_driver *m_driver; ui_software_info *m_swinfo; std::string m_list, m_short, m_long, m_parent; @@ -43,7 +43,7 @@ private: { list_items(std::string l, int i, std::string rev) { label = l; option = i; revision = rev; } std::string label; - int option; + int option; std::string revision; }; std::vector m_items_list; -- cgit v1.2.3-70-g09d2