summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bntyhunt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bntyhunt.cpp')
-rw-r--r--src/mame/drivers/bntyhunt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bntyhunt.cpp b/src/mame/drivers/bntyhunt.cpp
index cdd012c81a8..3d66dcb77c5 100644
--- a/src/mame/drivers/bntyhunt.cpp
+++ b/src/mame/drivers/bntyhunt.cpp
@@ -27,7 +27,7 @@ protected:
required_device<cpu_device> m_maincpu;
// driver_device overrides
- virtual void video_start();
+ virtual void video_start() override;
};