mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Closed beta 10019001: style::color copy is denied, only const refs.
This commit is contained in:
@@ -304,7 +304,7 @@ public:
|
||||
MTPinputPeer input;
|
||||
|
||||
int colorIndex;
|
||||
style::color color;
|
||||
const style::color &color;
|
||||
|
||||
void setUserpic(ImagePtr userpic);
|
||||
void paintUserpic(Painter &p, int size, int x, int y) const;
|
||||
|
Reference in New Issue
Block a user