summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/bcreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/bcreader.h')
-rw-r--r--src/devices/machine/bcreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/bcreader.h b/src/devices/machine/bcreader.h
index 23b80ddab70..ecb6908e0ae 100644
--- a/src/devices/machine/bcreader.h
+++ b/src/devices/machine/bcreader.h
@@ -38,7 +38,7 @@ public:
protected:
// device-level overrides
- virtual void device_start();
+ virtual void device_start() override;
UINT8 m_byte_data[13];
UINT8 m_pixel_data[100];