mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 22:11:22 +00:00
Initialize member variables to resolve unnannoying report from static analizer tool(SVACE)
Change-Id: I32dc2372f83ef1b8185bd5a2f14862eae7616206
This commit is contained in:
parent
0d0fcf763b
commit
a24ca36be4
@ -92,7 +92,7 @@ public:
|
|||||||
int bytesPerPixel() const { return mBytesPerPixel; }
|
int bytesPerPixel() const { return mBytesPerPixel; }
|
||||||
|
|
||||||
VBitmap::Format mFormat{VBitmap::Format::ARGB32_Premultiplied};
|
VBitmap::Format mFormat{VBitmap::Format::ARGB32_Premultiplied};
|
||||||
VPainter::CompositionMode mCompositionMode;
|
VPainter::CompositionMode mCompositionMode{VPainter::CompositionMode::CompModeSrc};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int mWidth{0};
|
int mWidth{0};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user