2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

fixed build for clang and g++

This commit is contained in:
John Preston
2016-03-22 22:50:14 +03:00
parent e45de88bd6
commit 82e4660ae9

View File

@@ -2519,7 +2519,7 @@ protected:
}
void paintForwardedInfo(Painter &p, int32 x, int32 y, int32 w, bool selected) const;
Text _text = { st::msgMinWidth };
Text _text = { int(st::msgMinWidth) };
int _textWidth = 0;
int _textHeight = 0;