[meta] minor

pull/1878/head
Ebrahim Byagowi 5 years ago committed by GitHub
parent ed126d8c37
commit 53853c044a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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,

Loading…
Cancel
Save