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