Fix build with Xcode.

This commit is contained in:
John Preston
2025-11-15 17:17:58 +04:00
parent 4a7280be5e
commit 5db513cc55
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ public:
int slowmodeDelay = 0;
int starsToSend = 0;
friend inline constexpr bool operator==(State, State) = default;
friend inline bool operator==(State, State) = default;
};
[[nodiscard]] Type type() const {
return _state.type;