mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +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,
|
||||
.buttonText = data.from.buttonText,
|
||||
.photoId = data.from.photoId,
|
||||
.mediaPhotoId = data.from.mediaPhotoId,
|
||||
.mediaDocumentId = data.from.mediaDocumentId,
|
||||
.backgroundEmojiId = data.from.backgroundEmojiId,
|
||||
.colorIndex = data.from.colorIndex,
|
||||
.isLinkInternal = data.from.isLinkInternal,
|
||||
.canReport = data.from.canReport,
|
||||
.mediaPhotoId = data.from.mediaPhotoId,
|
||||
.mediaDocumentId = data.from.mediaDocumentId,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ enum class Backend;
|
|||
} // namespace Ui::GL
|
||||
|
||||
namespace Ui::Menu {
|
||||
class MenuCallback;
|
||||
struct MenuCallback;
|
||||
} // namespace Ui::Menu
|
||||
|
||||
namespace Platform {
|
||||
|
|
|
@ -14,7 +14,7 @@ class Show;
|
|||
namespace Ui {
|
||||
class RpWidget;
|
||||
namespace Menu {
|
||||
class MenuCallback;
|
||||
struct MenuCallback;
|
||||
} // namespace Menu
|
||||
} // namespace Ui
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue