fix another pesky gcc error
This commit is contained in:
parent
23a797b443
commit
9784cff556
|
@ -136,7 +136,7 @@ struct CFF2CSInterpEnv : CSInterpEnv<BlendArg, CFF2Subrs>
|
||||||
scalars.resize (region_count);
|
scalars.resize (region_count);
|
||||||
varStore->varStore.get_scalars (get_ivs (),
|
varStore->varStore.get_scalars (get_ivs (),
|
||||||
(int *)coords, num_coords,
|
(int *)coords, num_coords,
|
||||||
&scalars[0], region_count);
|
&scalars[static_cast<unsigned int>(0)], region_count);
|
||||||
}
|
}
|
||||||
seen_blend = true;
|
seen_blend = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue