aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sfnt/SkOTTable_OS_2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfnt/SkOTTable_OS_2.h')
-rw-r--r--src/sfnt/SkOTTable_OS_2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sfnt/SkOTTable_OS_2.h b/src/sfnt/SkOTTable_OS_2.h
index 3f744264ab..b89c944b2a 100644
--- a/src/sfnt/SkOTTable_OS_2.h
+++ b/src/sfnt/SkOTTable_OS_2.h
@@ -25,6 +25,8 @@ struct SkOTTableOS2 {
static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableOS2>::value;
union Version {
+ SK_OT_USHORT version;
+
//original V0 TT
struct VA : SkOTTableOS2_VA { } vA;
struct V0 : SkOTTableOS2_V0 { } v0;