summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/flex_dsk.h
diff options
context:
space:
mode:
author mahlemiut <bsr@xnet.co.nz>2015-02-07 11:17:40 +1300
committer mahlemiut <bsr@xnet.co.nz>2015-02-07 11:18:53 +1300
commite07d4d513e7757e5449a477d8832da11663af542 (patch)
treec3fc988be44b6343e9871f83fe66497d72a49deb /src/lib/formats/flex_dsk.h
parent9b460727ee87bb854aa57d2358c6cda55d85b43e (diff)
flex_dsk: added empty formats[] member, to keep clang happy
Diffstat (limited to 'src/lib/formats/flex_dsk.h')
-rw-r--r--src/lib/formats/flex_dsk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/flex_dsk.h b/src/lib/formats/flex_dsk.h
index 3a0720ea6df..b8c8d66318a 100644
--- a/src/lib/formats/flex_dsk.h
+++ b/src/lib/formats/flex_dsk.h
@@ -37,6 +37,7 @@ private:
UINT8 last_sec;
UINT8 unused2[216];
} info;
+ static const format formats[];
};
extern const floppy_format_type FLOPPY_FLEX_FORMAT;