mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 16:50:38 +00:00
[subset/cff1] Minor use vector length instead of map population
This commit is contained in:
parent
23109dde5e
commit
1e09ebebc1
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ using namespace CFF;
|
|||
|
||||
struct remap_sid_t
|
||||
{
|
||||
unsigned get_population () const { return map.get_population (); }
|
||||
unsigned get_population () const { return vector.length; }
|
||||
|
||||
void alloc (unsigned size)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue