Fix build with Xcode.

This commit is contained in:
John Preston 2022-11-15 18:47:13 +01:00
parent bb106b07af
commit f97e5d6307

View file

@ -42,7 +42,7 @@ struct JumpToLastGeometry {
QRect area1;
QRect area2;
friend inline auto operator<=>(
friend inline bool operator==(
const JumpToLastGeometry&,
const JumpToLastGeometry&) = default;
};