mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-12 08:13:17 +00:00
Fix c++20 build
This commit is contained in:
parent
e1dc4920ee
commit
aea37bfd37
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ struct Triple {
|
|||
Triple (float minimum_, float middle_, float maximum_) :
|
||||
minimum (minimum_), middle (middle_), maximum (maximum_) {}
|
||||
|
||||
bool operator == (const Triple &o)
|
||||
bool operator == (const Triple &o) const
|
||||
{
|
||||
return minimum == o.minimum &&
|
||||
middle == o.middle &&
|
||||
|
|
Loading…
Add table
Reference in a new issue