mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-23 22:58:44 +00:00
common canvas: initialize member variable.
to shutdown the static code analizer report.
This commit is contained in:
parent
2bb108b2f1
commit
efd4741a78
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ struct Canvas::Impl
|
|||
{
|
||||
Array<Paint*> paints;
|
||||
RenderMethod* renderer;
|
||||
bool refresh; //if all paints should be updated by force.
|
||||
bool refresh = false; //if all paints should be updated by force.
|
||||
|
||||
Impl(RenderMethod* pRenderer):renderer(pRenderer)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue