pull/1/head
Behdad Esfahbod 12 years ago
parent f5e55754f9
commit f60d3ed35d
  1. 2
      src/hb-set-private.hh

@ -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;
};

Loading…
Cancel
Save