[graph] Minor, type

pull/4324/head
Behdad Esfahbod 2 years ago
parent 867640af31
commit 07cb6bf87a
  1. 2
      src/graph/graph.hh

@ -749,7 +749,7 @@ struct graph_t
{
for (const auto& link : vertices_[node_idx].obj.all_links ())
{
uint32_t *v;
hb_codepoint_t *v;
if (subgraph.has (link.objidx, &v))
{
(*v)++;

Loading…
Cancel
Save