mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Fix build with Xcode.
This commit is contained in:
parent
abdd126dcf
commit
5e82433693
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ QImage ArchiveUserpic(not_null<Data::Folder*> folder) {
|
||||||
Painter paint(&result);
|
Painter paint(&result);
|
||||||
|
|
||||||
auto view = std::shared_ptr<Data::CloudImageView>();
|
auto view = std::shared_ptr<Data::CloudImageView>();
|
||||||
folder->paintUserpic(paint, view, 0, 0, result.width());
|
folder->paintUserpic(paint, 0, 0, result.width());
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue