From fa46dbca9daea93424f09023547d77bddcd01c36 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Mon, 8 Aug 2022 17:07:14 +0000 Subject: [PATCH] [repacker] Make actuate_subtable_split internal. --- src/graph/split-helpers.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graph/split-helpers.hh b/src/graph/split-helpers.hh index 2fbffda07..61fd7c2d2 100644 --- a/src/graph/split-helpers.hh +++ b/src/graph/split-helpers.hh @@ -30,6 +30,7 @@ namespace graph { template +HB_INTERNAL hb_vector_t actuate_subtable_split (Context& split_context, const hb_vector_t& split_points) {