From 8e1beefe0563589285921845bd1f89721f72cb86 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Fri, 8 Mar 2024 22:05:20 +0000 Subject: [PATCH] [repacker] small fixes. --- src/graph/classdef-graph.hh | 4 ++-- src/graph/pairpos-graph.hh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/graph/classdef-graph.hh b/src/graph/classdef-graph.hh index a2aa8990f..a6396f432 100644 --- a/src/graph/classdef-graph.hh +++ b/src/graph/classdef-graph.hh @@ -248,8 +248,8 @@ struct class_def_size_estimator_t hb_hashmap_t glyphs_per_class; hb_set_t included_classes; hb_set_t included_glyphs; - unsigned class_def_1_size = 4; - unsigned class_def_2_size = 4; + unsigned class_def_1_size; + unsigned class_def_2_size; }; diff --git a/src/graph/pairpos-graph.hh b/src/graph/pairpos-graph.hh index 309a41157..fd46861de 100644 --- a/src/graph/pairpos-graph.hh +++ b/src/graph/pairpos-graph.hh @@ -232,7 +232,7 @@ struct PairPosFormat2 : public OT::Layout::GPOS_impl::PairPosFormat2_4