From 53853c044a6382ece51393dfc3a4fe6a5f8a5a23 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sun, 28 Jul 2019 20:23:48 +0430 Subject: [PATCH] [meta] minor --- src/hb-ot-meta-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-meta-table.hh b/src/hb-ot-meta-table.hh index 37f627c..708cdf4 100644 --- a/src/hb-ot-meta-table.hh +++ b/src/hb-ot-meta-table.hh @@ -76,7 +76,7 @@ struct meta void fini () { table.destroy (); } hb_blob_t *reference_entry (hb_tag_t tag) const - { return table->dataMaps.lsearch (tag, Null (DataMap)).reference_entry (table.get_blob ()); } + { return table->dataMaps.lsearch (tag).reference_entry (table.get_blob ()); } unsigned int get_entries (unsigned int start_offset, unsigned int *count, -- 2.7.4