src/hb-ot-kern-table.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 49c0f35580946c74bc64dae2d2c65c7834e46ab2 Author: Behdad Esfahbod <beh...@behdad.org> Date: Wed Nov 1 18:16:07 2017 -0600 [kern] See if this helps with making VS bot happy diff --git a/src/hb-ot-kern-table.hh b/src/hb-ot-kern-table.hh index 1d98d33d..d8b0b406 100644 --- a/src/hb-ot-kern-table.hh +++ b/src/hb-ot-kern-table.hh @@ -192,13 +192,13 @@ struct KernTable struct KernOT : KernTable<KernOT> { - friend struct KernTable; + friend struct KernTable<KernOT>; static const uint16_t VERSION = 0x0000u; struct SubTableWrapper : KernSubTableWrapper<SubTableWrapper> { - friend struct KernSubTableWrapper; + friend struct KernSubTableWrapper<SubTableWrapper>; protected: USHORT versionZ; /* Unused. */ @@ -220,13 +220,13 @@ struct KernOT : KernTable<KernOT> struct KernAAT : KernTable<KernAAT> { - friend struct KernTable; + friend struct KernTable<KernAAT>; static const uint32_t VERSION = 0x00010000u; struct SubTableWrapper : KernSubTableWrapper<SubTableWrapper> { - friend struct KernSubTableWrapper; + friend struct KernSubTableWrapper<SubTableWrapper>; protected: ULONG length; /* Length of the subtable (including this header). */ _______________________________________________ HarfBuzz mailing list HarfBuzz@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/harfbuzz