summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos2.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-06 14:51:03 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-06 14:51:03 +0100
commit9e020f8a89b0aefa1efc3519bdfb3b929f55ff42 (patch)
treedcf0598eee7264ff0cc7c08d91b69d9ff2cadeff /src/mame/includes/namcos2.h
parenta558fcefef371ca99831ecead6baaa988355e7af (diff)
overrides in drivers (nw)
Diffstat (limited to 'src/mame/includes/namcos2.h')
-rw-r--r--src/mame/includes/namcos2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/namcos2.h b/src/mame/includes/namcos2.h
index 47c76014fa7..d19968a225c 100644
--- a/src/mame/includes/namcos2.h
+++ b/src/mame/includes/namcos2.h
@@ -312,7 +312,7 @@ public:
DECLARE_DRIVER_INIT(marvland);
DECLARE_DRIVER_INIT(rthun2);
- virtual void video_start();
+ virtual void video_start() override;
void video_start_finallap();
void video_start_luckywld();
void video_start_metlhawk();