mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
fixed build for clang and g++
This commit is contained in:
parent
e45de88bd6
commit
82e4660ae9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue