mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Fix build with MSVC.
This commit is contained in:
parent
076aa9452e
commit
7009e967d0
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ PreviewPainter::PreviewPainter(int size)
|
|||
}
|
||||
|
||||
DocumentData *PreviewPainter::document() const {
|
||||
return _media ? _media->owner() : nullptr;
|
||||
return _media ? _media->owner().get() : nullptr;
|
||||
}
|
||||
|
||||
void PreviewPainter::setPlayOnce(bool value) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5a2402ad5d7e41a48c84d56c45df6b5d49e8b176
|
||||
Subproject commit 2107f5a1647e8fc7b509313630ab9012257715ba
|
Loading…
Add table
Reference in a new issue