summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drivers/empty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/drivers/empty.cpp')
-rw-r--r--src/emu/drivers/empty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/drivers/empty.cpp b/src/emu/drivers/empty.cpp
index 215af57190b..9c48a6c8b26 100644
--- a/src/emu/drivers/empty.cpp
+++ b/src/emu/drivers/empty.cpp
@@ -26,7 +26,7 @@ public:
{
}
- virtual void machine_start()
+ virtual void machine_start() override
{
// force the UI to show the game select screen
ui_menu_select_game::force_game_select(machine(), &machine().render().ui_container());