summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/msx_switched.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx_switched.h')
-rw-r--r--src/mame/machine/msx_switched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/msx_switched.h b/src/mame/machine/msx_switched.h
index 681ffaaa680..2b3c3c02c17 100644
--- a/src/mame/machine/msx_switched.h
+++ b/src/mame/machine/msx_switched.h
@@ -15,7 +15,7 @@ public:
virtual DECLARE_WRITE8_MEMBER(io_write) = 0;
protected:
- virtual void device_start();
+ virtual void device_start() override;
};
#endif