From a3afdd1e080bb181ddec126b6233d52438882a13 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 5 Jan 2018 13:17:02 +0000 Subject: [PATCH] Minor --- src/hb-ot-layout-common-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh index 5e699e196..78e65d389 100644 --- a/src/hb-ot-layout-common-private.hh +++ b/src/hb-ot-layout-common-private.hh @@ -1394,7 +1394,7 @@ struct VariationStore protected: UINT16 format; LOffsetTo regions; - OffsetArrayOf dataSets; + OffsetArrayOf dataSets; public: DEFINE_SIZE_ARRAY (8, dataSets); };