fix clang detected missing override (nw)

This commit is contained in:
Miodrag Milanovic 2015-12-03 19:55:13 +01:00
parent 91605d3f4d
commit 2aae44927a

View File

@ -83,7 +83,7 @@ public:
virtual void call_unload() override;
virtual bool call_create(int format_type, option_resolution *format_options) override;
virtual bool call_softlist_load(software_list_device &swlist, const char *swname, const rom_entry *start_entry) override { return load_software(swlist, swname, start_entry); }
virtual const char *image_interface() const = 0;
virtual const char *image_interface() const override = 0;
virtual iodevice_t image_type() const override { return IO_FLOPPY; }
virtual bool is_readable() const override { return true; }