[paint-extents] Fix transform_extents

Ouch!
This commit is contained in:
Behdad Esfahbod 2023-01-07 16:02:21 -07:00
parent 70ca146033
commit e062f98260
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ typedef struct hb_transform_t
y += y0;
}
void transform_extents (hb_extents_t extents) const
void transform_extents (hb_extents_t &extents) const
{
float quad_x[4], quad_y[4];