summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cloak.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cloak.h')
-rw-r--r--src/mame/includes/cloak.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/cloak.h b/src/mame/includes/cloak.h
index 0cca75c9ce3..416df7bd7b6 100644
--- a/src/mame/includes/cloak.h
+++ b/src/mame/includes/cloak.h
@@ -46,7 +46,7 @@ public:
void set_current_bitmap_videoram_pointer();
void adjust_xy(int offset);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
- virtual void video_start();
+ virtual void video_start() override;
UINT32 screen_update_cloak(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void set_pen(int i);
void draw_bitmap(bitmap_ind16 &bitmap, const rectangle &cliprect);