summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/astrocde/exp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/astrocde/exp.h')
-rw-r--r--src/devices/bus/astrocde/exp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/astrocde/exp.h b/src/devices/bus/astrocde/exp.h
index 022178bb242..b2d6e3643ea 100644
--- a/src/devices/bus/astrocde/exp.h
+++ b/src/devices/bus/astrocde/exp.h
@@ -29,7 +29,7 @@ public:
virtual ~astrocade_exp_device();
// device-level overrides
- virtual void device_start();
+ virtual void device_start() override;
bool get_card_mounted() { return m_card_mounted; }