Minor
This commit is contained in:
parent
f5e55754f9
commit
f60d3ed35d
|
@ -98,7 +98,7 @@ struct hb_set_digest_lowest_bits_t
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
mask_t mask_for (hb_codepoint_t g) const { return ((mask_t) 1) << (g & (sizeof (mask_t) * 8 - 1)); }
|
static inline mask_t mask_for (hb_codepoint_t g) { return ((mask_t) 1) << (g & (sizeof (mask_t) * 8 - 1)); }
|
||||||
mask_t mask;
|
mask_t mask;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue