mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fix build with Xcode.
This commit is contained in:
parent
58b8eb8e96
commit
04d06e5b12
3 changed files with 3 additions and 2 deletions
|
@ -585,7 +585,7 @@ private:
|
|||
MsgId aroundId = 0;
|
||||
SliceType sliceType = {};
|
||||
|
||||
friend inline constexpr auto operator<=>(
|
||||
friend inline auto operator<=>(
|
||||
const SharedMediaRequest&,
|
||||
const SharedMediaRequest&) = default;
|
||||
};
|
||||
|
|
|
@ -9,6 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
|
||||
#include "storage/storage_shared_media.h"
|
||||
#include "base/weak_ptr.h"
|
||||
#include "base/qt/qt_compare.h"
|
||||
#include "data/data_sparse_ids.h"
|
||||
|
||||
namespace Main {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 44923c8b12bab26c707e8a7077ed82541a444f71
|
||||
Subproject commit 8d9d8e86b9abea58ed5a218e60d9f79b47085c63
|
Loading…
Add table
Reference in a new issue