summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wardner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wardner.cpp')
-rw-r--r--src/mame/drivers/wardner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/wardner.cpp b/src/mame/drivers/wardner.cpp
index 2ab039143f9..da4e7c078b7 100644
--- a/src/mame/drivers/wardner.cpp
+++ b/src/mame/drivers/wardner.cpp
@@ -150,8 +150,8 @@ public:
DECLARE_DRIVER_INIT(wardner);
protected:
- virtual void driver_start();
- virtual void machine_reset();
+ virtual void driver_start() override;
+ virtual void machine_reset() override;
};