Fix build with Xcode.

This commit is contained in:
John Preston 2023-11-01 22:23:38 +04:00
parent cc97093c5a
commit 42f96f3c43
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ private:
explicit operator bool() const {
return itemId.operator bool();
}
friend inline auto operator<=>(Highlight, Highlight) = default;
friend inline bool operator==(Highlight, Highlight) = default;
};