2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-04 16:45:12 +00:00

Fix build for macOS.

This commit is contained in:
John Preston
2017-10-10 09:01:19 +01:00
parent f107866b42
commit a08dd1f6e1
5 changed files with 15 additions and 7 deletions

View File

@@ -332,6 +332,8 @@ void Photo::invalidateCache() {
}
}
Photo::~Photo() = default;
Video::Video(
not_null<HistoryItem*> parent,
not_null<DocumentData*> video)
@@ -537,6 +539,8 @@ void Video::updateStatusText() {
}
}
Video::~Video() = default;
Voice::Voice(
not_null<HistoryItem*> parent,
not_null<DocumentData*> voice,