diff --git a/examples/14-shadowvolumes/shadowvolumes.cpp b/examples/14-shadowvolumes/shadowvolumes.cpp index 0ec841d8..d83b37ac 100644 --- a/examples/14-shadowvolumes/shadowvolumes.cpp +++ b/examples/14-shadowvolumes/shadowvolumes.cpp @@ -841,7 +841,7 @@ struct Group struct EdgeComparator { - bool operator()(const f6_t& _a, const f6_t& _b) + bool operator()(const f6_t& _a, const f6_t& _b) const { const uint8_t t0 = 0 | ( (_a.f[0] < _b.f[0]) << 5)