Fix build with Xcode.

This commit is contained in:
John Preston
2025-07-14 19:06:36 +04:00
parent c998352ab7
commit a770e47575
4 changed files with 6 additions and 4 deletions
+3
View File
@@ -180,6 +180,9 @@ struct MessageHighlightId {
[[nodiscard]] bool empty() const {
return quote.empty() && !todoItemId;
}
[[nodiscard]] friend inline bool operator==(
const MessageHighlightId &a,
const MessageHighlightId &b) = default;
};
struct FullReplyTo {