summaryrefslogtreecommitdiff
path: root/src/hb-set.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-05-01 18:27:41 -0400
committerBehdad Esfahbod <behdad@behdad.org>2018-05-01 18:27:41 -0400
commitbd5f918e2f86241d3e2cb706bf558de21c198860 (patch)
treedd8c7ba41a9695fe745a78f43fbe3d4f9bbd8196 /src/hb-set.cc
parent93b03119da8674a3eddb7879857e9f17fa16fd2a (diff)
[set] Cache population
Part of https://github.com/harfbuzz/harfbuzz/issues/1017
Diffstat (limited to 'src/hb-set.cc')
-rw-r--r--src/hb-set.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hb-set.cc b/src/hb-set.cc
index af590ef3..deb8d29a 100644
--- a/src/hb-set.cc
+++ b/src/hb-set.cc
@@ -53,6 +53,7 @@ hb_set_create (void)
static const hb_set_t _hb_set_nil = {
HB_OBJECT_HEADER_STATIC,
true, /* in_error */
+ 0, /* population */
{0} /* elts */
};