fix another pesky gcc error

This commit is contained in:
Michiharu Ariza 2018-11-30 16:07:08 -08:00
parent 23a797b443
commit 9784cff556
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ struct CFF2CSInterpEnv : CSInterpEnv<BlendArg, CFF2Subrs>
scalars.resize (region_count);
varStore->varStore.get_scalars (get_ivs (),
(int *)coords, num_coords,
&scalars[0], region_count);
&scalars[static_cast<unsigned int>(0)], region_count);
}
seen_blend = true;
}