mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 16:50:38 +00:00
[subset] Minor use an auto variable
I need this later. :D
This commit is contained in:
parent
64e49e0f71
commit
154aae3af6
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ template<typename TableType>
|
|||
static bool
|
||||
_subset (hb_subset_plan_t *plan, hb_vector_t<char> &buf)
|
||||
{
|
||||
hb_blob_ptr_t<TableType> source_blob = plan->source_table<TableType> ();
|
||||
auto source_blob = plan->source_table<TableType> ();
|
||||
const TableType *table = source_blob.get ();
|
||||
|
||||
hb_tag_t tag = TableType::tableTag;
|
||||
|
|
Loading…
Add table
Reference in a new issue