summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fmtowns_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/fmtowns_dsk.h')
-rw-r--r--src/lib/formats/fmtowns_dsk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/fmtowns_dsk.h b/src/lib/formats/fmtowns_dsk.h
index ae11ef78961..4bf20990ec9 100644
--- a/src/lib/formats/fmtowns_dsk.h
+++ b/src/lib/formats/fmtowns_dsk.h
@@ -15,9 +15,9 @@ class fmtowns_format : public wd177x_format {
public:
fmtowns_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[];