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