summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/ui/selsoft.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/selsoft.h')
-rw-r--r--src/frontend/mame/ui/selsoft.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/selsoft.h b/src/frontend/mame/ui/selsoft.h
index faf178565f2..9681a8c2068 100644
--- a/src/frontend/mame/ui/selsoft.h
+++ b/src/frontend/mame/ui/selsoft.h
@@ -13,13 +13,14 @@
#define MAME_FRONTEND_UI_SELSOFT_H
#include "ui/custmenu.h"
+#include "ui/selmenu.h"
namespace ui {
using s_bios = std::vector<std::pair<std::string, int>>;
using s_parts = std::unordered_map<std::string, std::string>;
// Menu Class
-class menu_select_software : public menu
+class menu_select_software : public menu_select_launch
{
public:
menu_select_software(mame_ui_manager &mui, render_container *container, const game_driver *driver);