2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

fixed destroy of pinned service msg (unreg dependency), displaying HistoryVideo in webpage-with-document

This commit is contained in:
John Preston
2016-03-14 08:31:33 +03:00
parent 0e8e098932
commit 2a9f24d774
2 changed files with 11 additions and 3 deletions

View File

@@ -1527,7 +1527,7 @@ private:
class HistoryVideo : public HistoryFileMedia {
public:
HistoryVideo(DocumentData *document, const QString &caption, HistoryItem *parent);
HistoryVideo(DocumentData *document, const QString &caption, const HistoryItem *parent);
HistoryVideo(const HistoryVideo &other);
HistoryMediaType type() const {
return MediaTypeVideo;