summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bestleag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bestleag.cpp')
-rw-r--r--src/mame/drivers/bestleag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bestleag.cpp b/src/mame/drivers/bestleag.cpp
index 07923d16c83..db9f4b689d6 100644
--- a/src/mame/drivers/bestleag.cpp
+++ b/src/mame/drivers/bestleag.cpp
@@ -65,7 +65,7 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILEMAP_MAPPER_MEMBER(bsb_bg_scan);
- virtual void video_start();
+ virtual void video_start() override;
UINT32 screen_update_bestleag(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_bestleaw(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);