[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Oct 9 12:28:31 UTC 2018


 src/hb-aat-layout-kerx-table.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e640f3a6b16f41cee5f7868ec738fda01244e96a
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Oct 9 08:28:07 2018 -0400

    Another old bot fix

diff --git a/src/hb-aat-layout-kerx-table.hh b/src/hb-aat-layout-kerx-table.hh
index 6a793a3e..49d188c3 100644
--- a/src/hb-aat-layout-kerx-table.hh
+++ b/src/hb-aat-layout-kerx-table.hh
@@ -212,7 +212,7 @@ struct KerxSubTableFormat6
 
 struct KerxTable
 {
-  friend kerx;
+  friend struct kerx;
 
   inline unsigned int get_size (void) const { return length; }
   inline unsigned int get_type (void) const { return coverage & SubtableType; }


More information about the HarfBuzz mailing list