mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
fix clang detected missing override (nw)
This commit is contained in:
parent
91605d3f4d
commit
2aae44927a
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user