summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pci-smbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pci-smbus.h')
-rw-r--r--src/devices/machine/pci-smbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/pci-smbus.h b/src/devices/machine/pci-smbus.h
index e149e3e547c..2ff96befc9b 100644
--- a/src/devices/machine/pci-smbus.h
+++ b/src/devices/machine/pci-smbus.h
@@ -49,8 +49,8 @@ public:
DECLARE_READ8_MEMBER (notify_dhigh_r);
protected:
- virtual void device_start();
- virtual void device_reset();
+ virtual void device_start() override;
+ virtual void device_reset() override;
private:
DECLARE_ADDRESS_MAP(map, 32);