summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cshooter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cshooter.cpp')
-rw-r--r--src/mame/drivers/cshooter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cshooter.cpp b/src/mame/drivers/cshooter.cpp
index a720416ea75..d667d57e710 100644
--- a/src/mame/drivers/cshooter.cpp
+++ b/src/mame/drivers/cshooter.cpp
@@ -131,7 +131,7 @@ public:
DECLARE_DRIVER_INIT(cshootere);
DECLARE_DRIVER_INIT(cshooter);
TILE_GET_INFO_MEMBER(get_cstx_tile_info);
- virtual void video_start();
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(cshooter);
DECLARE_MACHINE_RESET(cshooter);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);