diff options
Diffstat (limited to 'src/mame/includes/suprloco.h')
-rw-r--r-- | src/mame/includes/suprloco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/suprloco.h b/src/mame/includes/suprloco.h index 7d7f84d9b3b..4db13e5ea33 100644 --- a/src/mame/includes/suprloco.h +++ b/src/mame/includes/suprloco.h @@ -33,7 +33,7 @@ public: TILE_GET_INFO_MEMBER(get_tile_info); - virtual void video_start(); + virtual void video_start() override; DECLARE_PALETTE_INIT(suprloco); DECLARE_DRIVER_INIT(suprloco); |