summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mustache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mustache.h')
-rw-r--r--src/mame/includes/mustache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mustache.h b/src/mame/includes/mustache.h
index df464eadbac..160f2398d16 100644
--- a/src/mame/includes/mustache.h
+++ b/src/mame/includes/mustache.h
@@ -34,7 +34,7 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
DECLARE_DRIVER_INIT(mustache);
- virtual void video_start();
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(mustache);
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);