This commit is contained in:
Behdad Esfahbod 2012-11-04 16:44:47 -08:00
parent f5e55754f9
commit f60d3ed35d

View File

@ -98,7 +98,7 @@ struct hb_set_digest_lowest_bits_t
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;
};