mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
Fixup
This commit is contained in:
parent
6e06fe162e
commit
9b7cb13794
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ struct hb_array_t
|
|||
return arrayZ[i];
|
||||
}
|
||||
|
||||
inline unsigned int get_size (void) { return len * sizeof (Type); }
|
||||
inline unsigned int get_size (void) const { return len * sizeof (Type); }
|
||||
|
||||
template <typename T> inline operator T * (void) { return arrayZ; }
|
||||
template <typename T> inline operator const T * (void) const { return arrayZ; }
|
||||
|
|
Loading…
Add table
Reference in a new issue