mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
[bit-page] Mark len() function static
This commit is contained in:
parent
0a3e4c12ac
commit
92d5ec2f16
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ struct hb_bit_page_t
|
|||
void init0 () { v.init0 (); }
|
||||
void init1 () { v.init1 (); }
|
||||
|
||||
constexpr unsigned len () const
|
||||
static inline constexpr unsigned len ()
|
||||
{ return ARRAY_LENGTH_CONST (v); }
|
||||
|
||||
bool is_empty () const
|
||||
|
|
Loading…
Add table
Reference in a new issue