summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xorworld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xorworld.h')
-rw-r--r--src/mame/includes/xorworld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/xorworld.h b/src/mame/includes/xorworld.h
index f39ba751618..bccde997aeb 100644
--- a/src/mame/includes/xorworld.h
+++ b/src/mame/includes/xorworld.h
@@ -34,7 +34,7 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
DECLARE_DRIVER_INIT(xorworld);
- virtual void video_start();
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(xorworld);
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);