summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/sonydriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/sonydriv.h')
-rw-r--r--src/mame/machine/sonydriv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/sonydriv.h b/src/mame/machine/sonydriv.h
index 52ecca6697a..5e5d20c2f3d 100644
--- a/src/mame/machine/sonydriv.h
+++ b/src/mame/machine/sonydriv.h
@@ -40,9 +40,9 @@ public:
// construction/destruction
sonydriv_floppy_image_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
- virtual void call_unload();
+ virtual void call_unload() override;
protected:
- virtual void device_start();
+ virtual void device_start() override;
};
// device type definition