[meta] minor
This commit is contained in:
parent
ed126d8c37
commit
53853c044a
|
@ -76,7 +76,7 @@ struct meta
|
||||||
void fini () { table.destroy (); }
|
void fini () { table.destroy (); }
|
||||||
|
|
||||||
hb_blob_t *reference_entry (hb_tag_t tag) const
|
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 get_entries (unsigned int start_offset,
|
||||||
unsigned int *count,
|
unsigned int *count,
|
||||||
|
|
Loading…
Reference in New Issue