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
@@ -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,