mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build on Windows.
This commit is contained in:
parent
6d61caea4e
commit
80b3754be1
3 changed files with 4 additions and 4 deletions
|
@ -424,12 +424,12 @@ SponsoredMessages::Details SponsoredMessages::lookupDetails(
|
||||||
.link = data.link,
|
.link = data.link,
|
||||||
.buttonText = data.from.buttonText,
|
.buttonText = data.from.buttonText,
|
||||||
.photoId = data.from.photoId,
|
.photoId = data.from.photoId,
|
||||||
|
.mediaPhotoId = data.from.mediaPhotoId,
|
||||||
|
.mediaDocumentId = data.from.mediaDocumentId,
|
||||||
.backgroundEmojiId = data.from.backgroundEmojiId,
|
.backgroundEmojiId = data.from.backgroundEmojiId,
|
||||||
.colorIndex = data.from.colorIndex,
|
.colorIndex = data.from.colorIndex,
|
||||||
.isLinkInternal = data.from.isLinkInternal,
|
.isLinkInternal = data.from.isLinkInternal,
|
||||||
.canReport = data.from.canReport,
|
.canReport = data.from.canReport,
|
||||||
.mediaPhotoId = data.from.mediaPhotoId,
|
|
||||||
.mediaDocumentId = data.from.mediaDocumentId,
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@ enum class Backend;
|
||||||
} // namespace Ui::GL
|
} // namespace Ui::GL
|
||||||
|
|
||||||
namespace Ui::Menu {
|
namespace Ui::Menu {
|
||||||
class MenuCallback;
|
struct MenuCallback;
|
||||||
} // namespace Ui::Menu
|
} // namespace Ui::Menu
|
||||||
|
|
||||||
namespace Platform {
|
namespace Platform {
|
||||||
|
|
|
@ -14,7 +14,7 @@ class Show;
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class RpWidget;
|
class RpWidget;
|
||||||
namespace Menu {
|
namespace Menu {
|
||||||
class MenuCallback;
|
struct MenuCallback;
|
||||||
} // namespace Menu
|
} // namespace Menu
|
||||||
} // namespace Ui
|
} // namespace Ui
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue