summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shootout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shootout.h')
-rw-r--r--src/mame/includes/shootout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/shootout.h b/src/mame/includes/shootout.h
index 7e4e0af1b62..8615df3be8b 100644
--- a/src/mame/includes/shootout.h
+++ b/src/mame/includes/shootout.h
@@ -36,7 +36,7 @@ public:
DECLARE_INPUT_CHANGED_MEMBER(coin_inserted);
DECLARE_DRIVER_INIT(shootout);
- virtual void video_start();
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(shootout);
TILE_GET_INFO_MEMBER(get_bg_tile_info);