summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/poisk1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/poisk1.h')
-rw-r--r--src/mame/includes/poisk1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/poisk1.h b/src/mame/includes/poisk1.h
index 023b4d5afd9..3a4a87ced44 100644
--- a/src/mame/includes/poisk1.h
+++ b/src/mame/includes/poisk1.h
@@ -52,7 +52,7 @@ public:
DECLARE_MACHINE_RESET(poisk1);
DECLARE_PALETTE_INIT(p1);
- virtual void video_start();
+ virtual void video_start() override;
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
void set_palette_luts();
POISK1_UPDATE_ROW(cga_gfx_2bpp_update_row);