[graph] Minor space type change

pull/4346/head
Behdad Esfahbod 1 year ago
parent 6a218eaeea
commit db3314c1f8
  1. 2
      src/graph/graph.hh

@ -43,7 +43,7 @@ struct graph_t
{
hb_serialize_context_t::object_t obj;
int64_t distance = 0 ;
int64_t space = 0 ;
unsigned space = 0 ;
unsigned start = 0;
unsigned end = 0;
unsigned priority = 0;

Loading…
Cancel
Save