summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thomson.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thomson.h')
-rw-r--r--src/mame/includes/thomson.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/thomson.h b/src/mame/includes/thomson.h
index 19c07cf763f..11e9adccec2 100644
--- a/src/mame/includes/thomson.h
+++ b/src/mame/includes/thomson.h
@@ -692,8 +692,8 @@ public:
protected:
// device-level overrides
- virtual void device_start();
- machine_config_constructor device_mconfig_additions() const;
+ virtual void device_start() override;
+ machine_config_constructor device_mconfig_additions() const override;
private:
required_device<pia6821_device> m_pia_io;