diff options
Diffstat (limited to 'src/lib/formats/pc98_dsk.h')
-rw-r--r-- | src/lib/formats/pc98_dsk.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/pc98_dsk.h b/src/lib/formats/pc98_dsk.h index 5655d187399..d948b19ddcc 100644 --- a/src/lib/formats/pc98_dsk.h +++ b/src/lib/formats/pc98_dsk.h @@ -22,9 +22,9 @@ class pc98_format : public upd765_format public: pc98_format(); - virtual const char *name() const; - virtual const char *description() const; - virtual const char *extensions() const; + virtual const char *name() const override; + virtual const char *description() const override; + virtual const char *extensions() const override; private: static const format formats[]; |