summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/splash.h')
-rw-r--r--src/mame/includes/splash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/splash.h b/src/mame/includes/splash.h
index 99a8299fb82..872d52643a6 100644
--- a/src/mame/includes/splash.h
+++ b/src/mame/includes/splash.h
@@ -105,7 +105,7 @@ public:
DECLARE_DRIVER_INIT(splash);
DECLARE_DRIVER_INIT(rebus);
DECLARE_DRIVER_INIT(funystrp);
- virtual void video_start();
+ virtual void video_start() override;
DECLARE_MACHINE_START(splash);
DECLARE_MACHINE_START(roldfrog);
DECLARE_MACHINE_START(funystrp);