From 25364c4f0020a66bd6f4bce1656ea47f1093396d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 12 Jan 2018 11:31:20 +0100 Subject: [PATCH] [aat] Fix symbol visibility Not sure why only one of the bots sees this as visible... --- src/hb-aat-layout-morx-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-aat-layout-morx-table.hh b/src/hb-aat-layout-morx-table.hh index 080f90eed..f24db56df 100644 --- a/src/hb-aat-layout-morx-table.hh +++ b/src/hb-aat-layout-morx-table.hh @@ -81,7 +81,7 @@ struct RearrangementSubtable * and end-side. Values of 0,1,2 mean move that many * to the other side. Value of 3 means move 2 and * flip them. */ - static const unsigned char map[16] = + const unsigned char map[16] = { 0x00, /* 0 no change */ 0x10, /* 1 Ax => xA */