summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pci-apic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pci-apic.h')
-rw-r--r--src/devices/machine/pci-apic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/pci-apic.h b/src/devices/machine/pci-apic.h
index 85b8de34b4d..4da0dc00bd3 100644
--- a/src/devices/machine/pci-apic.h
+++ b/src/devices/machine/pci-apic.h
@@ -13,8 +13,8 @@ public:
apic_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
protected:
- virtual void device_start();
- virtual void device_reset();
+ virtual void device_start() override;
+ virtual void device_reset() override;
};
extern const device_type APIC;