summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dcon.h')
-rw-r--r--src/mame/includes/dcon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/dcon.h b/src/mame/includes/dcon.h
index f424e2abca9..ffff5c97c3e 100644
--- a/src/mame/includes/dcon.h
+++ b/src/mame/includes/dcon.h
@@ -48,7 +48,7 @@ public:
TILE_GET_INFO_MEMBER(get_text_tile_info);
DECLARE_DRIVER_INIT(sdgndmps);
- virtual void video_start();
+ virtual void video_start() override;
UINT32 screen_update_dcon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_sdgndmps(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);