diff --git a/Telegram/SourceFiles/history.h b/Telegram/SourceFiles/history.h index c10ed01fd0..c04763f06b 100644 --- a/Telegram/SourceFiles/history.h +++ b/Telegram/SourceFiles/history.h @@ -2523,7 +2523,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;