summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snookr10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snookr10.h')
-rw-r--r--src/mame/includes/snookr10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/snookr10.h b/src/mame/includes/snookr10.h
index 031599cbd13..b15623e61d0 100644
--- a/src/mame/includes/snookr10.h
+++ b/src/mame/includes/snookr10.h
@@ -30,7 +30,7 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(apple10_get_bg_tile_info);
TILE_GET_INFO_MEMBER(crystalc_get_bg_tile_info);
- virtual void video_start();
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(snookr10);
DECLARE_VIDEO_START(apple10);
DECLARE_VIDEO_START(crystalc);